@extends('template.layouts.template-base') @section('title', 'Vehicle Type') @section('styles') @endsection @section('content')
Total Drivers - {{ str_pad($vehicleTypeCount, 2, '0', STR_PAD_LEFT) }}
Vehicle Type Default Capacity Notes Status Action
@endsection @section('scripts') @endsection