@extends('backend.layouts.admin.admin') @section('title', 'Testimonial') @section('content') @method('PUT') @include('backend.testimonial.partials.form', ['header' => 'Edit testimonial ('.($testimonial->title).')']) @stop @push('styles') @endpush @push('scripts') @endpush