@extends('root') @section('title', $contactGroup->name) @push('styles') @endpush @section('content')
Back to Groups

{{ $contactGroup->name }}

{{ $contactGroup->description ?: 'No description' }}

{{ $contactGroup->contacts->count() }}
Contacts
Edit
Contacts in Group
@forelse($contactGroup->contacts as $contact) @empty @endforelse
Name Phone Email Actions
{{ $contact->name }} {{ $contact->phone_number }} {{ $contact->email ?: '-' }}
No contacts in this group
@endsection @push('scripts') @endpush