@include('flash::message')
ID |
Payment Cut-off Amount |
Type |
Amount Type |
Amount |
Created date |
Action |
@if(count($payment_setup)>0)
@foreach ($payment_setup as $key=>$tole)
{{ $tole->id }} |
{{ $tole->cutoff_amount }} |
{{ $tole->type }} |
{{ $tole->amount_type }} |
{{ $tole->amount }} |
{{ $tole->created }} |
|
@endforeach
@else
No record found! |
@endif
{{$payment_setup->links()}}
@endsection