@extends('reachassuree_agent_sub/layouts.main') @section('title', $data['title']) @section('content')

    {{$data['title']}}

@if(getExpiryDateWithGracePeriod() >= date('Y-m-d H:i:s'))
@endif
@if(agentDetails(3) != '')

Welcome to {{agentDetails(3)}} !

@else

Welcome to Reach Assuree !

@endif
@if (getHostBaseUrl() == 1) @else @endif
{{ Auth::user()->first_name }} {{ Auth::user()->last_name }}

{{ getUserType(Auth::user()->type) }}

Agent Code : {{ Auth::user()->agent_code }}
@if ($data['title'] == "Profile")

Personal Information

@csrf
@if (Auth::user()->dob == null) @else @endif
@if(Auth::user()->id == 1) @else @endif
@if(Auth::user()->id == 1) @else @endif
@if (Auth::user()->avatar != null && Auth::user()->avatar != 'default.png') Download @endif
@endif @if ($data['title'] == "KYC Details")
@csrf

Upload Your KYC Details

@if (Auth::user()->aadhar_document != null) Download @endif
@if (Auth::user()->pan_document != null) Download @endif
@if (Auth::user()->gst_document != null) Download @endif
@endif
@endsection @section('custom-scripts') @endsection