-
Action
-
Courier Name
-
Date Created
@foreach($payment_methods as $method)
-
{{$method->created_at}}
@endforeach
@if($payment_methods->count()>0)
Showing {{ $payment_methods->count() }} entries
@endif
@endsection
@section('page_script')
@parent
@endsection