@extends('admin.layouts.admin') @section('title','Edit Driver') @section('page-title','Edit Driver') @section('content')
@csrf @method('PUT')
Only fill if you want to change the password
@if ($driver->photo)
Driver Photo
@endif
is_active ? 'checked' : '' }}>
@endsection