@extends('layouts.app') @section('titlePage', 'Update Testimonial') @section('content') @push('script') @endpush
@include('common.alert')
@csrf @method('PUT') @include('master.testimonial.form')
@endsection @push('script') @endpush