@extends('admin.layouts.app') @section('title', 'Add Testimonial') @section('breadcrumb')
  • Testimonials
  • Add
  • @endsection @section('heading', 'Add Testimonial') @section('subheading', 'New testimonial for homepage.') @section('content')
    @csrf
    @error('name')

    {{ $message }}

    @enderror
    @error('role')

    {{ $message }}

    @enderror
    @error('description')

    {{ $message }}

    @enderror
    @error('avatar')

    {{ $message }}

    @enderror
    @endsection