@extends('admin.dash_layouts.main') @section('title') {{ 'Dashboard page' }} @endsection @section('content')

Manage Rider

@if (session()->has('success')) @endif

Client itinerary list

@foreach ($driver as $data) @endforeach
Id Driver Action
{{ $loop->iteration }} {{ $data->name }} Tour Plan Delete Chauffeur
@endsection