@extends('layouts.master') @section('title') {{ __('Edit Testimonial') }} @endsection @section('main_content')
{{-- {{ dd($testimonial) }} --}}

{{__('Edit Testimonial') }}

{{-- form start --}}
@csrf @method('put')
Img
{{__('Cancel')}}
{{-- form end --}}
@endsection