@extends('layout.mainlayout') @section('content')
Connected People Data
@csrf
@error('pan') {{$message}} @enderror
PAN Attachment: {{ basename($data->pan_attachment) }} Download PAN Attachment @error('pan_attachment') {{ $message }} @enderror
Download Declaration Attachment
@if($data->type=="individual")
@elseif($data->type=="entity")
Entity Declaration Attachment: {{ basename($data->entity_declaration) }} Download Entity Declaration Attachment @error('pan_attachment') {{ $message }} @enderror
@endif
@endsection