@extends('layout.mainlayout') @section('content')
Financial Relative Data
@csrf
@if(!is_null($financialRelative->pan_attachment)) {{ basename($financialRelative->pan_attachment) }} Download PAN Attachment @error('pan_attachment') {{ $message }} @enderror @endif
@endsection