@component('components.breadcrumb')
@slot('title')
@lang('supplier_info.cash_withdraw')
@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('cash_withdraw.index') }}
@endslot
@endif
@slot('action_button1_class')
btn-primary
@endslot
@endcomponent
@lang('supplier_info.cash_deposit')
@endsection