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

{{ $title }}

@endsection @section('pagescript') {!! Helper::datatablelib('othersreports/setactule.js') !!} {!! Helper::pagejs([ 'js/lib/select2/dist/js/select2.full.min.js', 'js/lib/moment/min/moment.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', 'js/backend/othersreports/discounts.js', 'js/backend/othersreports/transfer.js', 'js/backend/othersreports/inventory.js', 'js/backend/othersreports/customertransactions.js', 'js/backend/othersreports/poitems.js' ]) !!} @stop