{{--{{ dd($marka) }}--}} @extends('layouts/app') @section('content') Post Ads - Parts Category: Parts Home {{ csrf_field() }} Description {{--Данни за обявата--}} @if($object->vendor && $object->vendor->count() > 0) Add this ad to my business profile? @if($object->vendor->count()>=2) Business profiles Select {{-- {{ dd($object->vendor) }}--}} @foreach($object->vendor as $item) data->id) {{ 'selected' }} @endif>{{ $item->data->title }} @endforeach @else Business profiles {{ $object->vendor->first()->data->title }} @endif @endif Category Select @foreach($object->categories as $item) id) {{ 'selected' }} @endif>{{ $item->name }} @endforeach Sub-category Title Item / Part Number Motorcycle make / model fitment Make Select @foreach($object->marka as $item) id) {{ 'selected' }} @endif>{{ $item->name }} @endforeach Model Year Select @foreach($object->godina as $item) id) {{ 'selected' }} @endif>{{ $item->name }} @endforeach Engine Size Condition Select @foreach($object->condition as $item) id) {{ 'selected' }} @endif>{{ $item->value }} @endforeach State Select @foreach($object->region as $item) id) {{ 'selected' }} @endif>{{ $item->name }} @endforeach City Description {{ old('description') }} Hint: 300 words max 0/300 Words Price @foreach($object->cenatip as $item) id) {{ 'selected' }} @endif>{{ $item->value }} @endforeach Promo price @foreach($object->valuta as $item) id) {{ 'selected' }} @endif>{{ $item->value }} @endforeach Video (youtube.com) Add a video from youtube.com @if (!$object->userdata) Personal data Name/Last Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif E-Mail @if ($errors->has('email')) {{ $errors->first('email') }} @endif Phone @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif Password @if ($errors->has('password')) {{ $errors->first('password') }} @endif Password confirm @endif @if($object->userdata && (!$object->userdata->phone)) Personal data @if(!$object->userdata->phone) Phone @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif @endif @endif Final Terms and Conditions I agree with WebMoto.us 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
{{ $object->vendor->first()->data->title }}