@extends('layouts/app') {{--@section('keywords', $keywords)--}} @section('title', 'www.WebMoto.us – Online Motorcycle Trader! Dealer ads list: '.$vendor->title.' - '.$vendor->locationname) @section('description', 'www.WebMoto.us – Online Motorcycle Trader! Dealer ads list: '.$vendor->title.' - '.$vendor->locationname) @section('og:title', 'www.WebMoto.us – ! Dealer ads list: '.$vendor->title.' - '.$vendor->locationname) @section('og:url', request()->url()) @section('og:image', asset('images/main/'.$vendor->pic)) @section('og:description', 'www.WebMoto.us – Online Motorcycle Trader! Dealer ads list: '.$vendor->title.' - '.$vendor->locationname) @section('title', 'www.WebMoto.us – Dealer ads list: '.$vendor->title.' - '.$vendor->locationname) @section('content')
@if($paramsobj)
{{----}} {{----}}
@if (!$paramsobj->motoadds)
No search results
@else @foreach($paramsobj->motoadds as $items)
  • {{ $items->title }}
    @if (strtotime($items->created_at) > strtotime(\Carbon\Carbon::now()->subDays(5))) NEW @endif @if ($items->vip == 1) FEATURED @endif
    @if ($items->addgodina) {{ @$items->addgodina }} yr. | @endif @if ($items->addkilometri) {{ @$items->addkilometri }} mi. | @endif @if ($items->addkubatura) {{ @$items->addkubatura }} .cc @endif @if ($items->tirewidth) {{ @head($items->tirewidth)->name }} / @endif @if ($items->tireheight) {{ @head($items->tireheight)->name }} @endif @if ($items->tirediameter) ZR-{{ @head($items->tirediameter)->name }} @endif @if ($items->tireposition) | {{ @head($items->tireposition)->name }} @endif

    @if(count($items->categoryname->parents) != '0') @if(count($items->categoryname->parents) == '1') {{ array_first($items->categoryname->parents)->name }} | @else @foreach(array_sort_recursive($items->categoryname->parents) as $catsitems) {{ $catsitems->name }} | @endforeach @endif @endif {{ $items->categoryname->name }}

    @if ($items->isfavoriadd) @else @endif
    Seen: {{ $items->visit }} | Saved: {{ $items->favcount }} | {{ $items->location }}
    @if ($items->promo_price) {{ $items->price .' '. @head($items->valuta)->value }} @endif @if ($items->promo_price) {{ $items->promo_price .' '. @head($items->valuta)->value }} @else {{ $items->price .' '. @head($items->valuta)->value }}@endif
    {{ @$items->imagescount }}{{ @$items->video }}

@endforeach @endif
@if ($paramsobj->motoadds) {{ $paramsobj->motoadds->appends(request()->input())->links() }} @endif
@else
There are no ads to this dealer account yet!
@if($useradds)

Atention!

You have already added {{ $useradds }} ads, from your private account, you can transfer them to your dealer account

My ads
@endif

New ad!

If you would like to add a new listing to your dealer account?

Add
@endif

{{ $vendor->title }}

@if(strtotime($vendor->created_at) > strtotime(\Carbon\Carbon::now()->subDays(30))) NEW @endif
dealer account
@if($vendor->weburl) @else @endif
{{ $vendor->locationname }}
{{ $vendor->address }}
@if($vendor->skype) {{ $vendor->skype }}
@endif @if($vendor->description) {{ $vendor->description }}
@endif

PHONE

The number is hidden because of security reason.

At WebMoto.us from: {{ $vendor->from }}


@include('layouts.sidebar', ['hotlinks' => true, 'sidemenucats' => false]) @include('layouts.banners', ['banner' => '300x250x1']) {{-- @include('layouts.sidebar', ['hotlinks' => false, 'sidemenucats' => true])--}}
@include('layouts.catsbox') @endsection @section('footer_scripts') @endsection