@if(Session::get("superAdmin") > 0)
@endif
@if(Session::get("superAdmin") > 0)
Organisation Name |
Operations |
@foreach($organisationList as $organisation)
{{$organisation->OrganisationName}} |
|
@endforeach
@else
@if(Session::get("userRole") == ('Reseller' || 'Account manager'))
Organisation Name |
@foreach($organisationList as $organisation)
{{$organisation->OrganisationName}} |
@endforeach
@endif
@endif
@if(Session::get("superAdmin") > 0 || Session::get("userRole") == 'Account manager')
@endif
{{Session::get("superAdmin")}}
@if(Session::get("superAdmin") > 0)
Catalog Name |
Organisation |
Operations |
@foreach($catalogList as $catalog)
{{$catalog->CatalogName}} |
{{$catalog->OrganisationName}} |
|
@endforeach
@endif
@if(Session::get("userRole") == 'Reseller')
Catalog Name |
Organisation |
@foreach($catalogList as $catalog)
{{$catalog->CatalogName}} |
{{$catalog->OrganisationName}} |
@endforeach
@endif
@if(Session::get("superAdmin") > 0)
@endif
@if(Session::get("userRole") == 'Reseller')
@endif
@if(Session::get("userRole") == 'Account manager' || Session::get("superAdmin") > 0)
@endif
@if(Session::get("superAdmin") > 0)
User Name |
Organisation |
Active |
Operations |
@foreach($userList as $user)
{{$user->UserName}} |
{{$user->OrganisationName}} |
@if($user->IsActive == '1')
Yes
@else
No
@endif
|
|
|
@endforeach
@endif
@if(Session::get("userRole") == ('Reseller' || 'Account manager'))
User Name |
Organisation |
@foreach($userList as $user)
{{$user->UserName}} |
{{$user->OrganisationName}} |
@endforeach
@endif
JobID |
Job Name |
Job Query |
Job Trigger |
@foreach($jobs as $job)
{{$job->JobID}} |
{{$job->JobName}} |
{{$job->JobQuery}} |
{{$job->JobTrigger}} |
@endforeach