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

Bank Details and Documentation

@if(session('alert-green'))
{{ session('alert-green') }}
@endif @if(session('alert-danger'))
{{ session('alert-danger') }}
@endif @if($errors->any())
@foreach ($errors->all() as $error)
* {{$error}}
@endforeach
@endif
@csrf
@if( !empty($candidate->photo)) Photo Download @endif
@if( !empty($candidate->nid_photo)) NID Download @endif
@if( !empty($candidate->cv)) CV Download @endif
@if( !empty($candidate->tin_certificate)) Etin certificate Download @endif
@if( !empty($employee->appoinment_letter_img)) Appointment Letter @endif
@if( !empty($employee->referance_nid)) Reference NID @endif
@endsection @section('script') @endsection