@extends('layouts.admin') @section('page_title', $testimonial->exists ? ($isRtl ? 'تعديل رأي' : 'Edit Testimonial') : ($isRtl ? 'إضافة رأي' : 'Add Testimonial')) @section('content')
@csrf @if($testimonial->exists) @method('PUT') @endif
@error('name_ar')
{{ $message }}
@enderror
@if($testimonial->avatar)
@endif
{{ $isRtl ? 'إلغاء' : 'Cancel' }}
@endsection