@php $profile = getUser(); @endphp @extends($_layout.'admin') @section('title', 'Danh sách Ngân hàng') @section('header_title', 'Ngân hàng') @section('content')
@include($_template.'filter.default',[ 'searchable' => [ 'name' => 'Tên', 'area' => 'Khu vực', 'branch' => 'Chi nhánh', ], 'sortable' => [ 'name' => 'Tên', 'area' => 'Khu vực', 'branch' => 'Chi nhánh', 'updated_at' => 'Thời gian Cập nhật' ], ])
@endsection @section('js') @endsection