@if( !(Auth::check() && count(Auth::user()->companies) == 0) )
{{__("Posted before?")}} {{__("Pick an")}} {{__('existing company')}}.
@else
{{__('Your company will be saved so you can re-use it for other listings.')}}
@endif
{{__('Want to start fresh?')}} {{__('Create a')}} {{__('new company')}}.
@else
{{__('REQUIRED FIELDS')}}
@endif
@if(Auth::check() && count(Auth::user()->companies) && !in_array(Route::currentRouteName(), ['my.companies.create','my.companies.edit']))
{{-- Use a previously created company--}}
@endif
{{__('Enter your company or organization’s name.')}}
{{__('Where your company is officially headquartered.')}}