@include('backend.partials.alerts')
@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