@extends('account::layouts.app') @php $elements = ['datatable', 'nice-select'] @endphp @push('styles') @if(Route::has('_asset.css')) @endif @endpush @push('scripts') @if(Route::has('_asset.js')) @else @endif {{$dataTable->scripts()}} @endpush @section('mainContent')

{{ __('bank_account.Bank Accounts') }}

@if (permissionCheck('account.bank-accounts.store')) @endif
{{ $dataTable->table([], true) }}
@endsection