PATH:
home
/
lab2454c
/
costbloc.com
/
resources
/
views
/
admin
/
layouts
/
includes
<link rel="stylesheet" href="{{ asset('public/dist/plugins/Responsive-2.2.5/css/responsive.dataTables.min.css') }}"> {{-- --}} <!-- daterange picker --> <link rel="stylesheet" href="{{ asset('public/dist/plugins/bootstrap-daterangepicker/daterangepicker.min.css') }}"> @if (\Cache::get(config('cache.prefix') . '-language-direction') == 'rtl') <link rel="stylesheet" href="{{ asset('public/datta-able/css/layouts/rtl.min.css') }}"> @endif <div class="table-responsive pt-2"> {!! $dataTable->table([ 'class' => 'table table-striped table-hover dt-responsive', 'width' => '100%', 'cellspacing' => '0', ]) !!} </div> <script src="{{ asset('public/dist/plugins/DataTables-1.10.21/js/jquery.dataTablesCus.min.js') }}"></script> <script src="{{ asset('public/dist/plugins/Responsive-2.2.5/js/dataTables.responsive.min.js') }}"></script> {!! $dataTable->scripts() !!} <script src="{{ asset('public/dist/js/custom/yajra-custom.min.js') }}"></script>
[-] finance_menu.blade.php
[edit]
[-] order_settings_menu.blade.php
[edit]
[-] list-title.blade.php
[edit]
[-] header.blade.php
[edit]
[-] sidebar.blade.php
[edit]
[+]
..
[-] child_category.blade.php
[edit]
[-] yajra-data-table.blade.php
[edit]
[-] footer.blade.php
[edit]
[-] csv_import_errors.blade.php
[edit]
[-] email_settings_menu.blade.php
[edit]
[-] user_menu.blade.php
[edit]
[-] batch-delete-modal.blade.php
[edit]
[-] delete-modal.blade.php
[edit]
[-] notifications.blade.php
[edit]
[-] meta.blade.php
[edit]
[-] general_settings_menu.blade.php
[edit]
[-] account_settings_menu.blade.php
[edit]