@if (Route::is('groups.create'))

Add new group

@else

View/Edit group

@endif @livewire('groups.create-update-form', ['post' => $post])