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

Edit Testimonial

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