@component('components.breadcrumb')
@slot('title')
@lang('bank_transaction_entry.managetitle')
@endslot
@slot('breadcrumb1')
@lang('common.dashboard')
@endslot
@slot('breadcrumb1_link')
{{ route('dashboard') }}
@endslot
@if (\App\Traits\RolePermissionTrait::checkRoleHasPermission('role', 'create'))
@slot('action_button1')
@lang('common.view')
@endslot
@slot('action_button1_link')
{{ route('bank_transaction_entry.index') }}
@endslot
@endif
@slot('action_button1_class')
btn-primary
@endslot
@endcomponent
@lang('bank_transaction_entry.addtitle')
@push('footer_scripts')
@endpush
@endsection