@extends('backend.layouts.master') @section('title', $testimonial->exists ? 'Edit Testimonial' : 'Add Testimonial') @section('content') @php $item = $testimonial; $videoType = old('video_type', $item->video_type ?: \App\Models\Testimonial::VIDEO_TYPE_LINK); @endphp

{{ $item->exists ? 'Edit' : 'Add' }} Testimonial

@include('backend.partials.alerts')
@csrf @if($item->exists) @method('PUT') @endif
@if($item->imageUrl())
@endif
status ?? true))>
Back
@endsection @push('scripts') @endpush