@extends('admin.layout.master') @section('title', 'أراء العملاء') @section('content')

أراء العملاء

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

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop