@extends('admin.layout.layout') @section('page-level-css') @endsection @section('content') {{-- csrf token --}} {{-- csrf token --}}
@include('admin.partials.header')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('success'))
{{Session::get('success')}}
@endif
Create Testimonial Information
@csrf

Testimonial Information


Name

Designation

Title

Testimonial

Image

Other Details


Active on Homepage.?

Status


@include('admin.partials.footer')
@endsection @section('page-level-js') @endsection