@extends ('backend.layouts.app') @section ('title', app_name() . ' | ' . __('point::labels.backend.withdraw.management')) @section('breadcrumb-links') @include('point::withdraws.includes.breadcrumb-links') @endsection @push('after-styles') {{ style("js/plugin/toastr/toastr.min.css") }} @endpush @section('content')

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

@include('point::withdraws.includes.header-buttons')
{{ __('point::labels.backend.withdraw.table.id') }} {{ __('point::labels.backend.withdraw.table.customer_name') }} {{ __('point::labels.backend.withdraw.table.point') }} {{ __('point::labels.backend.withdraw.table.date') }} {{ __('point::labels.backend.withdraw.table.created_user_name') }} {{ __('point::labels.backend.withdraw.table.remark') }} {{ __('labels.general.actions') }}
@endsection @push('after-scripts') {{ script('/js/plugin/toastr/toastr.min.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