@extends('admin.master') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif

Create Testimonial

@csrf
@if($errors->has('students_name'))
{{ $errors->first('students_name') }}
@endif
@if($errors->has('descriptions'))
{{ $errors->first('descriptions') }}
@endif
@if($errors->has('students_photo'))
{{ $errors->first('students_photo') }}
@endif
@endsection