@php
/**
* Decode the signing details from JSON format.
*
* This function decodes the signing details from JSON format retrieved from the pour-over will form data.
*
* @param array $pourOverWillForm An array containing the pour-over will form data.
* @return array|null Returns an array containing the decoded signing details or null if decoding fails.
*
* @author Theshan Thanushka
* @date 2024-04-11
*/
$signingDetails = json_decode($pourOverWillForm['signing_details'], true);
@endphp
Signing Details
When will you sign your Pour-Over Will?