@extends('layouts.default') @section('content')

Credit Card Apply Form

@csrf
Personal Details
  
Nominee Details
Premium Details
Team Details
Discrepancy Team Details

DISCREPANCY TEAM DETAILS

CBRE
  
Credit Card Details
  
Attachments
@if($checkattachfile == 0 || $checkattachfile == "0")
@endif @foreach($policy_attachmentss as $key => $attchment)
@if($attchment['file_attach_type'] == "image")
x
@else
x
@endif
@endforeach
Remarks
@if($remarks =='')
@endif @foreach($remarks as $remark)
@endforeach
@stop