@if ($status)

Action History

@if ($status->clerk_forward_status == 1) @endif @if ($status->hod_forward_status == 1) @endif @if ($status->deputy_co_forward_status == 1) @endif @if ($status->deputy_costatus == 1) @elseif ($status->deputy_costatus == 2) @endif @if ($status->hod_status == 1) @elseif ($status->hod_status == 2) @endif @if ($status->clerk_status == 1) @elseif ($status->clerk_status == 2) @endif
Action Remark Date
CFO Forwarded {{ $status->clerk_forward_remark }} {{ $status->clerk_forward_datetime }}
DYCFO Forwarded {{ $status->hod_forward_remark }} {{ $status->hod_forward_datetime }}
SFO Approved AND Chalan Payment Document Sent to Applicant {{ $status->deputy_co_forward_remark }} {{ $status->deputy_co_forward_datetime }}
SFO Verified Payment Receipt and Approved {{ $status->deputy_coremark }} {{ $status->deputy_coappdatetime }}
SFO Rejected {{ $status->deputy_coremark }} {{ $status->deputy_coappdatetime }}
DYCFO Approved {{ $status->hod_remark }} {{ $status->hod_appdatetime }}
DYCFO Rejected {{ $status->hod_remark }} {{ $status->hod_appdatetime }}
CFO Approved and Sent NOC to Applicant {{ $status->clerk_remark }} {{ $status->clerk_appdatetime }}
CFO Rejected {{ $status->clerk_remark }} {{ $status->clerk_appdatetime }}
@endif