@extends('agent.layouts.app') Agent Portal Dashboard @section('content')
{{ $lead->lead_no }}
@if ($lead->auth_status != 'registered') @endif @if ($lead->auth_status == 'registered') Fill Out Policy Details @endif Create Payment Link
Please make sure to fill out policy details before creating a payment link.
@include('agent.lead-details-sub-section.lead-info') @include('agent.lead-details-sub-section.policy-info') @include('agent.lead-details-sub-section.comments')
@endsection