@extends('admin.layout.master') @section('title', " السائق $row->name") @section('content')

{{'السائق ' . $row->name}}

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('wallet')) {{ $errors->first('wallet') }} @endif
@stop @section('scripts') @stop