# |
{{__('message.name')}} |
{{__('message.order')}} |
{{__('message.return credit')}} |
{{__('message.status')}} |
{{__('message.action')}} |
@foreach($bankAccountTransactionTypes as $index => $bankAccountTransactionType)
{{$index+1}} |
{{$bankAccountTransactionType->name}} |
{{$bankAccountTransactionType->order}} |
{{$bankAccountTransactionType->return_credit?"Yes":"No"}} |
{{$bankAccountTransactionType->is_active?"Yes":"No"}} |
|
@endforeach
{{ $bankAccountTransactionTypes->appends($_GET)->links() }}
@if($bankAccountTransactionTypes->hasPages())
@endif