@extends('admin/layouts.master')
@section('title', 'Edit Testimonial - Admin')
@section('body')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@include('admin.message')
@endsection
@section('scripts')
@endsection