@extends('layouts.frontend') @section('title', '| Pour-Over Will Form') @section('css') @endsection @section('content') @include('frontend.forms.Pour-Over-Will.stepIndicator')
@csrf
Living Trust Signing Date
When did you sign your Living Trust?
@error('signing_date')
{{ $message }}
@enderror
@endsection @section('page-js') @endsection