@extends('admin.layout.master') @section('title', 'تقييمات العملاء ') @section('content')

تقييمات العملاء

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

الصورة

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