@extends('layouts.frontend-member') @section('title', __('message.withdraw')) @section('content')
บันทึกการถอนเงิน
@forelse ($withd_Notifications as $withd_Notification)
{{ $withd_Notification->id ?? '' }}
{{ $withd_Notification->created_at->format('d/m/Y H:i') ?? '' }}
฿ {{ number_format($withd_Notification->amount ?? 0, 2) }}
สำเร็จ
{{--
ตรวจสอบรายละเอียด
--}}
{{-- --}}
@empty
No more
@endforelse
@endsection @push('styles') @endpush @push('scripts') @endpush