@php $post ??= []; @endphp
@if (request()->segment(1) == 'create' || request()->segment(2) == 'create') {{-- Create Form --}}

{{ t('interested_in_Selling') }}

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

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