@extends('template.layouts.template-base') @section('title', 'Driver Master') @section('styles') @endsection @section('content')
Total Drivers - {{ str_pad($driverCount, 2, '0', STR_PAD_LEFT) }}
Driver ID Name Contact Vehicle No Rating Note Status Action
@endsection @section('scripts') @endsection