@extends('admin.layout.master') @section('title', 'تعديل بيانات الطلب') @section('content')

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

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

@csrf @method('PATCH')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('address_id')) {{ $errors->first('address_id') }} @endif

التوقيت

@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@stop