| {{ $index + 1 }} |
{{ $list->applicant_name }} |
{{ $list->applicant_mobile_no }} |
{{ $list->SchemeName }} |
{{ $list->contractor_name }} |
{{-- {{ $list->status }} | --}}
@if (auth()->user()->roles->pluck('name')[0] == 'registrar')
{{ $list->stopwork_status_by_register }} |
{{ $list->stopwork_approval_remark_by_register }} |
@endif
@if (auth()->user()->roles->pluck('name')[0] == 'secretary')
{{ $list->stopwork_status_by_secretory }} |
{{ $list->stopwork_approval_remark_by_secretory }} |
@endif
@if (auth()->user()->roles->pluck('name')[0] == 'ceo')
{{ $list->stopwork_status_by_ceo }} |
{{ $list->stopwork_approval_remark_by_ceo }} |
@endif
View
View Explaination Call Details
Contractor Explaination Details
View Hearing Details
Stop Work Detail
|
@endforeach