@extends ('backend.layouts.app') @section('title', app_name() . ' | ' . __('customer::labels.backend.customer.management')) @section('breadcrumb-links') @include('customer::includes.breadcrumb-links') @endsection @push('after-styles') @endpush @section('content')

{{ __('customer::labels.backend.customer.management') }} {{ __('customer::labels.backend.customer.list') }}

@include('customer::includes.header-buttons')
{{ __('customer::labels.backend.customer.table.id') }} {{ __('customer::labels.backend.customer.table.name') }} {{ __('customer::labels.backend.customer.table.township') }} {{ __('customer::labels.backend.customer.table.email') }} {{ __('customer::labels.backend.customer.table.mobile') }} {{ __('customer::labels.backend.customer.table.card_no') }} {{ __('customer::labels.backend.customer.table.used_point') }} {{ __('customer::labels.backend.customer.table.balance_point') }} {{ __('labels.backend.access.users.tabs.content.overview.status') }} {{ __('customer::labels.backend.customer.table.created') }} {{ __('customer::labels.backend.customer.table.last_updated') }} {{ __('labels.general.actions') }}
@endsection @push('after-scripts') {{ script('https://cdn.jsdelivr.net/momentjs/latest/moment.min.js') }} {{ script('https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js') }} {{ script('assets/plugins/select2/js/select2.full.min.js') }} {{ script('assets/plugins/select2/component/components-select2.js') }} {{ script('https://cdn.datatables.net/buttons/1.5.1/js/dataTables.buttons.min.js') }} {{ script('https://cdn.datatables.net/buttons/1.5.1/js/buttons.flash.min.js') }} {{ script('https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js') }} {{ script('https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/pdfmake.min.js') }} {{ script('https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/vfs_fonts.js') }} {{ script('https://cdn.datatables.net/buttons/1.5.1/js/buttons.html5.min.js') }} {{ script('https://cdn.datatables.net/buttons/1.5.1/js/buttons.print.min.js ') }} {{ script('https://cdn.datatables.net/responsive/1.0.7/js/dataTables.responsive.min.js') }} @endpush