@extends('layouts.app') @section('content')
{{ html()->modelForm($testimonial, 'PUT')->route('testimonial.update', $testimonial->id)->class(['needs-validation'])->attributes(['novalidate'])->open() }} @include('ccms::testimonial.partials._form') {{ html()->form()->close() }}
@endsection