@extends('backend.template.layouts.template-base') @section('title', 'Edit Testimonial') @section('content')

Edit Testimonial

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@if ($testimonial->image) @endif
@if ($testimonial->thumb_image) @endif
@error('designation')
{{ $message }}
@enderror
@error('priority')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('rating')
{{ $message }}
@enderror
status == 1)>
status == 0)>
@endsection @section('scripts') @endsection