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

Edit Testimonial

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