@extends('layouts.frontend') @section('title', '| Pour-Over Will Form') @section('content') @include('frontend.forms.Pour-Over-Will.stepIndicator')
@csrf
Your Details
Who is this Pour-Over Will being created for?
e.g. William Timothy Smith @error('full_name')
{{ $message }}
@enderror
city @error('city')
{{ $message }}
@enderror
@error('state')
{{ $message }}
@enderror
@endsection @section('page-js') {{-- Developer Name: Theshan Thanushka Date: April 10, 2024 Description: JavaScript code snippet that utilizes jQuery to populate input fields with user data retrieved via AJAX when a checkbox is checked. If the checkbox is unchecked, it clears the input fields. Authour : Gurupriya Solanki Update Date : 30 May 2024 Description : added address response in the relevent input --}} @endsection