@if (request()->segment(1) == 'create' or request()->segment(2) == 'create') {{-- Create Form --}}

{{ t('create_new_listing') }}

{{ t('do_you_have_something_text', ['appName' => config('app.name')]) }}

@else {{-- Edit Form --}} @if (config('settings.single.publication_form_type') == '2') {{-- Single Step Form --}} @if (auth()->check()) @if (auth()->user()->id == $post->user_id) @endif @endif @else {{-- Multi Steps Form --}} @if (auth()->check()) @if (auth()->user()->id == $post->user_id) @endif @endif @endif @endif