@extends('admin.layouts.master') @section('title', 'Edit Testimonial') @section('css') @endsection @section('content')
{{ $errors->first('name') }}
{{ $errors->first('status') }}
{{ $errors->first('position') }}
{{ $errors->first('message') }}
{{ $errors->first('order_no') }}
Add Testimonial Image