@extends('layouts.v2.frontend-user-backend') @section('title', '| Pour-Over Will Form') @section('css') @endsection @section('content') @include('frontend.forms.v2.Pour-Over-Will.stepIndicator')
@csrf

Signing details

When will you sign your Pour Over Will?

@php $signingDetails = json_decode($pourOverWillForm['signing_details'], true); @endphp
city

Where will you sign your Pour Over Will?

city
@endsection @section('page-js') @endsection