@if($details->you_are=="Salaried")
6 Months Salary Slip |
File :
@php($count=1)
@foreach($salary_slip_6_months as $key => $dc )
doc {{ $count }} |
@php($count++)
@endforeach
@if(count($salary_slip_6_months) <1)
@endif
|
6 Months bank Statement |
File :
@php($count=1)
@foreach($bank_statement_6_months as $key => $dc )
doc {{ $count }} |
@php($count++)
@endforeach
@if(count($bank_statement_6_months) <1)
@endif
|
Upload Form 16 |
File :
@if(!empty($upload_form_16))
{{ $upload_form_16->document }}
@endif
@if(empty($upload_form_16))
@endif
|
last 3 ITR |
File :
@php($count=1)
@foreach($upload_last_3_itr as $key => $dc )
doc {{ $count }} |
@php($count++)
@endforeach
@if(count($upload_last_3_itr) <1)
@endif
|
@elseif($details->you_are=="Self Employed")
Last 1 yr bank statement |
File :
@php($count=1)
@foreach($last_1_year_bank_statement as $key => $dc )
doc {{ $count }} |
@php($count++)
@endforeach
@if(count($last_1_year_bank_statement) <1)
@endif
|
GSTR1/3B |
File :
@php($count=1)
@foreach($upload_gstr_1_3_b as $key => $dc )
doc {{ $count }} |
@php($count++)
@endforeach
@if(count($upload_gstr_1_3_b) <1)
@endif
|
2 yrs Financial |
File :
@php($count=1)
@foreach($upload_2_yrs_financial as $key => $dc )
doc {{ $count }} |
@php($count++)
@endforeach
@if(count($upload_2_yrs_financial) <1)
@endif
|
Profit/loss statement |
File :
@php($count=1)
@foreach($upload_profit_loss_statement as $key => $dc )
doc {{ $count }} |
@php($count++)
@endforeach
@if(count($upload_profit_loss_statement) <1)
@endif
|
Form 16/ITR |
File :
@php($count=1)
@foreach($upload_form_16_itr as $key => $dc )
doc {{ $count }} |
@php($count++)
@endforeach
@if(count($upload_form_16_itr) <1)
@endif
|
Company Type |
{{ $details->company_type }} |
@endif