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

Add Drivers

@if (session()->has('success')) @endif @if ($errors->any()) @endif

Add Drivers

@csrf
Please add with country code (+94)
Back
@endsection