@extends('layouts.app_admin') @section('content')
{{ csrf_field() }}
@if ($errors->has('testimonials_name')) {{ $errors->first('testimonials_name') }} @endif
@if ($errors->has('designation')) {{ $errors->first('designation') }} @endif
@if ($errors->has('select_rating')) {{ $errors->first('select_rating') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
Cancel
@endsection