@extends('admin.layouts.master') @section('content') @if ($errors->any())
@endif

Testimonial Details

@csrf @if(isset($testimonial)) @method('PUT') @endif
@if(!empty($testimonial->org_photo))
@endif
@endsection