@extends('layouts.app') @section('title', __('Testimonial')) @section('page-title', $item->exists ? __('Edit testimonial') : __('New testimonial')) @section('content') @include('super-admin._nav')
{{ __('Back') }}
@csrf @if($item->exists) @method('PATCH') @endif
@if($item->avatar)
{{ __('Current') }}
@endif
@foreach($locales as $loc) @endforeach
@foreach($locales as $loc)
role ?? [])[$loc] ?? '') }}">
@endforeach
@endsection