@extends('admin.layouts.app') @push('styles_top') @endpush @push('topnav') AAT Applicant Details @if (isset($_GET['year'])) Year: {{ $_GET['year'] }} @else @endif @endpush @section('content') @if (isset($_GET['for']) && $_GET['for'] == 'assigncustomer' && isset($_GET['parent']))
@else @endifS.No | AAT Applicant Company Name | Name of Authorized Person | Phone No | Company Logo | Role | Status | Action | |
---|---|---|---|---|---|---|---|---|
{{ $index + $users->firstItem() }} {{-- {{ $p->parent_id }} --}} | {{ $u->company_name }} | {{ $u->name }} | {{ $u->email }} | {{ $u->phone_no }} |
@if ($u->image != '')
|
@if ($u->hasRole('department')) Department @elseif($u->hasRole('customer')) PLI Applicant @elseif($u->hasRole('level1')) GARC PLI Admin @elseif($u->hasRole('level2')) GARC PLI – User 1 @elseif($u->hasRole('level3')) GARC PLI – User 2 @endif | {{ config('userstatus.' . $u->status) }} | @if (isset($_GET['year'])) Applicant Detail @elseif (isset($_GET['parent']) && isset($_GET['for']) && $_GET['for'] == 'assigncustomer') |