@extends('layouts.head_office_app') @section('title', 'Head office Settings') @section('content')
@csrf

Address

Associations

Tags

Groups

@livewire('contact-tags', ['contact_id' => null])

Assign To

@if (!empty($new_contacts)) @foreach ($new_contacts as $contact) @endforeach @endif
{{-- --}} @endsection @section('scripts') @endsection