@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']))
 
Back
@else
 
Create GARC PLI AdminCreate GARC PLI – User 1Create GARC PLI – User 2Create PLI ApplicantBack
@endif
@if (count($users) > 0) @foreach ($users as $index => $u)
S.No AAT Applicant Company Name Name of Authorized Person Email 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 != '') @endif @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')