@extends('backend.layouts.app') @section('title', 'Edit Testimonial') @push('styles') @endpush @section('content')
arrow_back BACK

EDIT TESTIMONIAL

@csrf @method('PUT')
@if(Storage::disk('public')->exists('testimonial/'.$testimonial->image))
{{$testimonial->title}}
@endif
@endsection @push('scripts') @endpush