@extends('admin.layouts.admin') @section('title', $testimonial->exists ? 'Edit Testimonial' : 'New Testimonial') @section('content')

{{ $testimonial->exists ? 'Edit Testimonial' : 'New Testimonial' }}

@csrf @if ($testimonial->exists) @method('PUT') @endif
@error('name')

{{ $message }}

@enderror
@if ($testimonial->photo) @endif

Message

@foreach (config('site.locales') as $code => $meta)
@endforeach
@error('message.kn')

{{ $message }}

@enderror
Cancel
@endsection