@extends('admin.layout.master') @section('title', 'توصيات العملاء') @section('content')
توصيات العملاء
تعديل البيانات
@csrf @method('PATCH')
الأسم
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
التفاصيل
{{$row->description}}
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
الصورة
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
تعديل
@stop