@extends('backend.layouts.app') @section('content') @can('add_manual_payment_method')
{{translate('Add New Payment Method')}}
@endcan
{{translate('Manual Payment Method')}}
@foreach($manual_payment_methods as $key => $manual_payment_method) @endforeach
# {{translate('Heading')}} {{translate('Logo')}} {{translate('Options')}}
{{ ($key+1) }} {{ $manual_payment_method->heading }} Logo @can('edit_manual_payment_method') @endcan @can('delete_manual_payment_method') @endcan
@endsection @section('modal') @include('modals.delete_modal') @endsection