@extends('reachassuree_agent/layouts.main') @section('title', $data['title']) @section('content')
@include('../reachassuree_agent/master/comman/header') @if ($data['profile_complate'] == 1) @if ($data['data'] == 0)

Purchase List Empty

It seems like your purchase list is currently empty. Don't worry; we are here to help you find what you need.

@else
@csrf
@foreach ($data['data'] as $key => $value) @if ($value['name'] == 'Theme Allotted') @else @endif @endforeach
Item Quantity / Price Purchase SGST CGST IGST Total Value
Feature Name Unit Package Qty Price Enter Qty Quantity Value Rate Amount Rate Amount Rate Amount
{!! $value['name'] !!} (Max purchase limit: {{ $data['theme_unit'] }} units.){!! $value['name'] !!}{{ $value['unit_name'] }}
@if ($value['name'] == 'Theme Allotted') @else @endif
Total
Total Amount :
--
Total GST :
--
Less :- Cr.Balance Adjustable :
--
Add :- Dr.Balance Adjustable :
--
Net Payable Amount :
--
@if(request()->has('plan_type') && request()->has('agent_code1') && request()->has('type')) @endif
@endif @else

Dear valued agent, we kindly request you to upload your KYC documents numbers and agent profile details as soon as possible. This is because KYC documents are required for purchase extra unit for active plan.

Go to Agent Profile Page
@endif
@endsection @section('custom-scripts') @endsection