@extends('backend.layouts.master') @section('pageTitle') Testimonial @endsection @section('bodyCssClass') @endsection @section('pageContent')

Testimonial add new testimonial

Add new testimonial

@csrf
{{ $errors->first('writer') }}
{{ $errors->first('comments') }}
{{ $errors->first('photo') }}
{{ $errors->first('order') }}
@endsection @section('extraScript') @endsection