@extends('layouts.admin-layout') @section('title') Edit Testimonial @endsection @section('content')

Edit Testimonial

@csrf
@error ('heading') {{$message}} @enderror
@error ('customer_name') {{$message}} @enderror
@error ('testimonial_image') {{$message}} @enderror
Profile Preview
@error ('description') {{$message}} @enderror
status === 1 ? 'checked' : ''}}>
@endsection @section('script') @endsection