@extends('layouts.admin-layout') @section('title', 'Add Testimonial') @section('content')

Home Testimonial Form

@csrf

Home Testimonial Section

@error ('owner_name') {{$message}} @enderror
@error ('user_name') {{$message}} @enderror
@error ('description') {{$message}} @enderror

@endsection @section('script') @endsection