@extends('layouts.index') @section('page_title', 'Add New Testimonial') @section('testimonials_active', 'nav-item active') @section('pg_name', 'Add New Testimonial') @section('headaddons') @endsection @section('content')
@csrf @if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif
@endsection