@include('layouts.google-tag-manager') @guest
Contact us today for a FREE consultation with our expert team
@endguest

Dashboard

PRODUCTS

@foreach ([ ['name' => 'Last Will and Testament', 'image' => 'page-d.png', 'form' => 'WillAndEstateForm', 'route' => 'willsAndTestForm'], ['name' => 'Pour Over Will', 'image' => 'page.png', 'form' => 'PourOverWillForm', 'route' => 'pourOverWillForm'], ['name' => 'End of Life Plan', 'image' => 'board.png', 'form' => 'EndoflifePlan', 'route' => 'EndoflifePlanForm'], ['name' => 'Living Will', 'image' => 'page-d.png', 'form' => 'LivingWillForm', 'route' => 'LivingWillForm'], ['name' => 'Revocable Living Trust', 'image' => 'gift.png', 'form' => 'RevocableTrust', 'route' => 'RevocableLivingTrustForm'] ] as $product)
{{ $product['name'] }}

{{ $product['name'] }}

{{ getIncompleteForm($product['form'])->calculatePercentage(auth()->user()->id) . "%" }} complete

@endforeach
@yield('content')
@if(request()->routeIs('orderHistory') || request()->routeIs('userhomePage')) @endif @if(isset(auth()->user()->id)) @else @endif @yield('page-js')