{{--{{ dd($motoadd,$paramsobj) }}--}} @extends('layouts/app') @section('header_styles') @endsection @section('content')
{{ csrf_field() }}

Description

{{--

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

--}}
model) value="{{ $motoadd->model }}" @endif>
Hint: 300 words max 0/300 Words
Add a video from youtube.com
@if($paramsobj->addvideo)Delete@endif

@if (!$motoadd->user)

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($motoadd->user && (!$motoadd->user->phone))

Personal data

@if(!$motoadd->user->phone)
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@endif
@endif
@include('layouts.errors')
@include('layouts.banners', ['banner' => '600x300x1'])
@include('layouts.sidebar', ['hotlinks' => true, 'sidemenucats' => false])
@include('layouts.catsbox') @endsection @section('footer_scripts') {{----}} {{----}} {{----}} @endsection