@extends('root') @section('title', 'Edit Group') @push('styles') @endpush @section('content')
Back to Groups

Edit Group

@forelse($contacts as $contact) @empty

No contacts yet. Add contacts first

@endforelse
Cancel
@endsection @push('scripts') @endpush