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