@extends('admin.layouts.app') @section('panel')
@csrf
@lang('Transfer Limit')
@php $value = isset($bank) ? getAmount($bank->minimum_limit) : null; @endphp {{ __($general->cur_text) }}
@php $value = isset($bank) ? getAmount($bank->maximum_limit) : null; @endphp {{ __($general->cur_text) }}
@lang('Transfer Charge')
@php $value = isset($bank) ? getAmount($bank->fixed_charge) : null; @endphp {{ __($general->cur_text) }}
@php $value = isset($bank) ? getAmount($bank->percent_charge) : null; @endphp %
@lang('Daily Limit')
@php $value = isset($bank) ? getAmount($bank->daily_maximum_limit) : null; @endphp {{ __($general->cur_text) }}
@php $value = isset($bank) ? getAmount($bank->daily_total_transaction) : null; @endphp
@lang('Monthly Limit')
@php $value = isset($bank) ? getAmount($bank->monthly_maximum_limit) : null; @endphp {{ __($general->cur_text) }}
@php $value = isset($bank) ? getAmount($bank->monthly_total_transaction) : null; @endphp
@lang('Instruction to Transfer')
@can('admin.bank.store') @endcan
@endsection @can('admin.bank.index') @push('breadcrumb-plugins') @endpush @endcan