@extends('layouts.app') @section('header-title', __('Edit Driver')) @section('content')
{{ __('Edit Driver') }}
@csrf @method('PUT')
{{ __('User Information') }}
{{ __('Profile Photo ') }} Ratio 1:1 (500 x 500 px) *
@error('profile_photo')

{{ $message }}

@enderror
{{ __('Supported formats: jpg, jpeg, png') }}
@endsection