@extends('template.app')
@section('meta')
@endsection
@section('title')
Department Master
@endsection
@section('styles')
@endsection
@section('content')
| No |
Department Name |
Branch |
Email |
Contact No. |
Authorised Person |
Status |
Action |
|
|
|
|
|
|
|
|
@endsection
@section('scripts')
// "order": [], //Initial no order.
// "aLengthMenu": [
// [5, 10, 25, 50, 100, -1],
// [5, 10, 25, 50, 100, "All"]
// ],
// "scrollX": true,
// "scrollY": '',
// "scrollCollapse": false,
// scrollCollapse: true,
// lengthChange: false,
//"targets": [0, 5], //first column / numbering column
"orderable": true, //set not orderable
@endsection