@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }}

@endsection @section('pagescript') {!! Helper::pagejs([ 'js/lib/select2/dist/js/select2.full.min.js', 'js/lib/bootstrap-daterangepicker/daterangepicker.js', 'js/lib/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js', 'js/lib/plugins/timepicker/bootstrap-timepicker.min.js' ]) !!} {!! Helper::datatablelib('customers/list.js') !!} @stop