@extends('backend.layouts.master') @section('pageTitle') Testimonial @endsection @section('bodyCssClass') @endsection @section('pageContent') Testimonial add new testimonial Dashboard Testimonial Add Add new testimonial @csrf Writer* {{ $errors->first('writer') }} Comments* {{ old('comments') }} {{ $errors->first('comments') }} Photo[94 X 94 size and max 2MB] {{ $errors->first('photo') }} Order {{ $errors->first('order') }} @endsection @section('extraScript') @endsection