{{--{{ dd($user) }}--}} @extends('layouts/app') {{--@section('keywords', $keywords)--}} @section('title', 'www.WebMoto.us – Online Motorcycle Trader! Personal ads list: '.$user->name ) @section('description', 'www.WebMoto.us – Online Motorcycle Trader! Personal ads list: '.$user->name.' - '.$user->locationname ) @section('og:title', 'www.WebMoto.us – ! Personal ads list: '.$user->name.' - '.$user->locationname ) @section('og:url', request()->url()) @section('og:image', 'http://webmoto.niko.com/images/main/logo.png') @section('og:description', 'www.WebMoto.us – Online Motorcycle Trader! Personal ads list: '.$user->name.' - '.$user->locationname ) @section('title', 'www.WebMoto.us – Personal ads list: '.$user->name.' - '.$user->locationname ) @section('content')
@if ($paramsobj->motoadds) {{ $paramsobj->motoadds->appends(request()->input())->links() }} @endif
@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($items->categoryname) : @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 }} @endif
    @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

PRIVATE PERSON
@if(strtotime($user['created_at']) > strtotime(\Carbon\Carbon::now()->subDays(20))) NEW @endif

{{ $user->name }} - {{ $user->locationname }}

PHONE

The numbers is hidden because of security reason.


Member at WebMoto.us since: {{ $user->created_at }}

@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