@extends('layouts.admin') @section('content')
@include('layouts.partials.left_navbar')
Personal & Bank Details
@if (isset($userProfile) && !empty($userProfile->{'PAN Image Path'}) && $userProfile->{'PAN Image Path'} != 'NULL')
  
@endif @if(isset($userProfile->{'Cancelled Cheque Path'}) && !empty($userProfile->{'Cancelled Cheque Path'}) && $userProfile->{'Cancelled Cheque Path'} !='NULL')
  
@endif @if (isset($userProfile) && !empty($userProfile->{'Profile Image'}) && $userProfile->{'Profile Image'} != 'NULL')
  
@endif
@endsection