{{--{{ dd($marka) }}--}} @extends('layouts/app') @section('content')
{{ csrf_field() }}

Description

{{--

Данни за обявата

--}}
@if($object->vendor && $object->vendor->count() > 0)
@if($object->vendor->count()>=2)
@else

{{ $object->vendor->first()->data->title }}

@endif
@endif
Hint: 300 words max 0/300 Words
Add a video from youtube.com

@if (!$object->userdata)

Personal data

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endif @if($object->userdata && (!$object->userdata->phone))

Personal data

@if(!$object->userdata->phone)
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@endif
@endif

Final

Terms and Conditions

@include('layouts.errors')
@include('layouts.banners', ['banner' => '600x300x1'])
@include('layouts.sidebar', ['hotlinks' => true, 'sidemenucats' => false])
@include('auth.loginmodal') @include('layouts.catsbox') @endsection @section('footer_scripts') {{----}} @endsection