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

Create Testimonial

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