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

توصيات العملاء

إنشاء جديد

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

الصورة

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