@extends('layouts.head_office_app') @section('title', 'Assign a Assign to') @section('sidebar') @include('layouts.company.sidebar') @endsection @section('content')
@include('layouts.error')

Assign to


Location: {{$head_office_location->location->name()}}

@csrf

Please select a group/tier

@include('head_office.my_organisation.tree-list',['groups' => $allGroups])
@endsection