@extends('layouts.admin_app') @section('title', 'List of All Head offices') @section('content') @include('layouts.error')
| Name | Status | Current Super Admins | Last Used | Notes | Action |
|---|---|---|---|---|---|
|
{{ $headOffice->company_name }}
{{ $headOffice->address }} {{ $headOffice->telephone_no }} {{ $headOffice->email }} |
{{ $headOffice->status[0] }} |
@foreach($headOffice->users as $head_office_user)
{{$head_office_user->user->name}} [ {{$head_office_user->user->email}} ] @if($headOffice->has_multiple_super_admins) @endif @endforeach |
Last Login:{{ optional($headOffice->lastLoginUser)->id }} Last Login:{{ $headOffice->last_login_at }} |
|