Profile

@livewire('management.profile')

Guards

A list of all the users in your account including their name, title, email and role.

@if (session('message'))

{{ session('message') }}

@endif
@if($show) @elseif($new) @include('livewire.management.guard.create') @else
{{-- --}} {{-- --}} @foreach ($guards as $guard ) {{-- --}} {{-- --}} @endforeach
NameTitleSite Actions Edit
{{$guard->name}}
{{$guard->email}}
Guard
Guard
@if($guard->assignment->isEmpty() ) {{-- {{$guard->assignment}} ghgh {{$guard->assignment->where('status','active')->first()->site->name}} --}} @else {{$guard->assignment->where('status','active')->first()->site->name}} @endif Guard Edit, Lindsay Walton
@endif
@livewire('management.checkinfeeds') @livewire('management.hire')
@if($assign) @include('livewire.management.guard.assign') @endif