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

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

إنشاء جديد

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

الصورة

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