@extends('layouts.head_office_app') @section('title', 'Head office Settings') @section('content')
My Sites
@include('layouts.error')
Sites Info
Total Sites: {{ $totalSites }} Active: {{ $activeSites }} Not Activated: {{ $notStartedSites }} No Submissions: {{ $notStartedSubmissions }}
Export to Excel

Filters
@csrf
  • Please select a Groups/Sites.

{{-- tree hidden inpute --}}
Clear Filters
@if(isset($locations) && count($locations) > 0)
@if(request('activation_status')) @endif @if(request('form_submitted')) @endif @if(request('tags')) @foreach(request('tags') as $tag) @endforeach @endif @if(request('tree_values')) @endif @if(request('assigned_to')) @foreach(request('assigned_to') as $user) @endforeach @endif @if(request('per_page')) @endif
@if(request('search')) @endif
{{ $locations->links('pagination::bootstrap-4') }}
@if($ho_u->is_code_show == '1') @endif @forelse ($locations as $loc) @if($ho_u->is_code_show == '1') @endif @empty @endforelse
Username Info2FA CodesTags
@if (isset($loc->location->location_type))
{{$loc->location->location_type->name}}
@endif
{{ $loc->location->full_address }}
{{ $loc->location->email }} primary
{{ $loc->location->telephone_no }} primary
@if ($loc->location->password_changed == false) Not activated by site team @endif @if ($loc->location->records()->exists() == false) Not started submissions @endif
@livewire('location-tags-manager', ['loc_id' => $loc->location->id])
@foreach ($loc->groups as $g) {{($g->group->group)}}; @endforeach
@if(request('search'))

No locations found matching "{{ request('search') }}"

Clear Search @else

No locations found

@endif
@else

No Locations Assigned yet!

@endif
{{-- passwords modal --}} {{-- modal to show verification codes --}} @section('scripts') @endsection @endsection