@if(Session::has('payment_type_added'))
Merchant Payment Type
Add New
@include('admin.modals.payment_type_addmodal')
# |
PAYMENT TYPE |
ACTION |
@foreach($payment_types as $row)
{{$loop->index+1}} |
{{$row->payment_type}} |
|
@include('admin.modals.payment_type_editmodal')
@endforeach