@extends('template.app')
@section('meta')
@endsection
@section('title')
Branch Master
@endsection
@section('styles')
@endsection
@section('content')
| No |
Branch Name |
City |
Address |
Contact No. |
Manager |
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
/*{
data: 'email',
name: 'email'
},*/
// Highlight row on mouseover
// Remove highlight on mouseout
@endsection