@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Driver'])

Driver

Add
@foreach ($drivers as $driver) @endforeach
# Driver Name Mobile No Status Actions

{{ $loop->iteration }}

{{ $driver->driver_name }}

{{ $driver->mobile_no }}

@if ($driver->oprtnl_flag === 'A') Active @else Inactive @endif

@csrf @method('DELETE')
@endsection @push('scripts') @endpush