@extends('layouts.app', ['title' => __('Drivers Management')]) @section('content') @include('drivers.partials.header', ['title' => __('Edit Driver')])

{{ __('Driver Management') }}

@csrf @method('put')

{{ __('Driver information') }}
@include('layouts.footers.auth')
@endsection