@extends('template.app')
@section('meta')
@endsection
@section('title')
RTO Master
@endsection
@section('styles')
@endsection
@section('content')
| No |
RTO Type |
RTO Indeveidual |
Indeveidual Charges |
RTO Company |
Company Charges |
Status |
Action |
|
|
|
|
|
|
|
|
@endsection
@section('scripts')
// "order": [], //Initial no order.
// "aLengthMenu": [
// [5, 10, 25, 50, 100, -1],
// [5, 10, 25, 50, 100, "All"]
// ],
// "scrollY": '',
// "scrollCollapse": false,
// scrollCollapse: true,
// lengthChange: false,
//"targets": [0, 5], //first column / numbering column
"orderable": true, //set not orderable
/* {
data: 'amount',
name: 'amount'
},
{
data: 'car_model_name',
name: 'car_model.name'
},
{
data: 'name',
name: 'car_varient.name'
},
{
data: 'price_list_name',
name: 'pricelist_master.price_list_name'
},*/
/* {
data: 'percentage',
name: 'percentage'
},*/
// Highlight row on mouseover
// Remove highlight on mouseout
@endsection