@extends('layouts.app') @section('title', 'Edit Confirmation') @section('content_header_title', 'Confirmations') @section('content_header_subtitle', 'Edit Confirmation') @section('content_body')

Edit Confirmation

@csrf @method('PUT')
@include('confirmations.forms.' . $confirmation->template_type, [ 'data' => $formData, ])

Live Preview

@endsection @section('js') @endsection