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

Add new project

@else

View/Edit project

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