@extends('layouts.simple.master') @section('title', 'Edit Testimonial') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Testimonial Edit

@endsection @section('breadcrumb-items') @endsection @section('content')
@csrf
@if(!isset($testimonial->image))
@else
image) && Storage::exists($testimonial->image))?:'required' }} />
@if(!empty($testimonial->image) && Storage::exists($testimonial->image)) @endif
@endif
@endsection @section('script') @endsection