@extends('agent.layouts.app') @section('content') @php $id = request()->segment(3); // segment(1) = 'agent', segment(2) = 'fill-out-info', segment(3) = 25 @endphp

Fill Policy Information

Go Back
@include('agent.layouts.message')
@csrf
policies_information?->product ?? 'Term Life') == 'Term Life') checked @endif >
policies_information?->product ?? '') == 'Saving Goals') checked @endif >
@include('agent.fill-out-term-life')
@include('agent.fill-out-info-customer-info') @include('agent.fill-out-info-beneficiary')
@endsection