@extends ('backend.layouts.app') @section ('title', app_name() . ' | ' . __('outgoingpoint::labels.backend.outgoingpoint.management')) @section('breadcrumb-links') @include('outgoingpoint::includes.breadcrumb-links') @endsection @push('after-styles') {{ style('assets/plugins/select2/css/select2.min.css') }} {{ style('assets/plugins/select2/css/select2-bootstrap.min.css') }} {{ style('assets/plugins/sweetalert2/sweetalert2.min.css') }} {{ style('assets/plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css') }} @endpush @section('content')

{{ __('outgoingpoint::labels.backend.outgoingpoint.management') }}

{{ html()->form('get', '/admin/outgoingpoint/view')->open() }}
{{ html()->form()->close() }}
{{ __('outgoingpoint::labels.backend.outgoingpoint.table.id') }} {{ __('outgoingpoint::labels.backend.outgoingpoint.table.client_name') }} {{ __('outgoingpoint::labels.backend.outgoingpoint.table.total_points') }} {{ __('outgoingpoint::labels.backend.outgoingpoint.table.total_amount') }} {{ __('outgoingpoint::labels.backend.outgoingpoint.table.generated_date') }} {{ __('outgoingpoint::labels.backend.outgoingpoint.table.created_by') }} {{ __('outgoingpoint::labels.backend.outgoingpoint.table.created_at') }} {{ __('labels.general.actions') }}
@endsection @push('after-scripts') {{ script('assets/plugins/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js')}} {{ script('assets/plugins/sweetalert2/sweetalert2.all.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