@extends('admin.layouts.master') @section('title', __('cabbooking::static.drivers.add_driver')) @section('content')
@method('POST') @csrf @include('cabbooking::admin.driver.fields')
@endsection