{{--{{ dd(request()->getMethod()) }}--}} @extends('layouts.app') {{--@section('keywords', $keywords)--}} @if($paramsobj->vendor->categoryname) @section('description', 'www.WebMoto.us – Online Motorcycle Trader! Dealers in category: '.$paramsobj->vendor->categoryname) @endif @if($paramsobj->vendor->categoryname) @section('og:title', 'www.WebMoto.us – Dealers in category: '.$paramsobj->vendor->categoryname ) @endif @section('og:url', request()->url()) @section('og:image', 'http://webmoto.niko.com/images/main/logo.png') @if($paramsobj->vendor->categoryname) @section('og:description', 'www.WebMoto.us – Online Motorcycle Trader! Dealers in category: '.$paramsobj->vendor->categoryname ) @endif @if($paramsobj->vendor->categoryname) @section('title', 'www.WebMoto.us – Dealers in category: '.$paramsobj->vendor->categoryname ) @endif @section('content')
{{--{{ csrf_field() }}--}}
{{----}}
@php $i = 0; @endphp @foreach($paramsobj->vendors as $items) @php $i++; @endphp @if($i == 8)
  • @include('layouts.banners', ['banner' => 'emission-bew-adds'])
@endif
  • {{--@include('layouts.banners', ['banner' => 'emission-bew-adds'])--}}
    {{ $items->title }}
    @if (strtotime($items->updated_at) > strtotime(\Carbon\Carbon::now()->subDays(30))) NEW @endif @if ($items->vip == 1) FEATURED @endif
    {{--@if ($items->promo_price) {{ $items->promo_price.' '. @head($items->valuta)->value }} @else {{ $items->price }} @if (array_has(@head($items->valuta), 'value')) {{ @head($items->valuta)->value }} @else $. @endif @endif--}}
    {{--
    --}}
    @foreach ($items->categoryname as $catitems) {{ $catitems->value }} | @endforeach
    {{ @$items->imagescount }}

    {{-- {{ @str_limit($items->description, 150) }}--}}

    @if ($items->vendorphone) @endif @if ($items->skype) @endif @if ($items->weburl) @endif @if ($items->vendoremail) @endif @if ($items->isfavoriadd) @else @endif
    Seen: {{ $items->visit }} | Saved: {{ $items->favcount }} | {{ $items->locationname }} Rating:{{ $items->ratingscore }}

@endforeach
{{ $paramsobj->vendors->appends(request()->input())->links() }}
@include('layouts.sidebar', ['hotlinks' => true, 'sidemenucats' => false]) @include('layouts.banners', ['banner' => '300x600x1']) {{-- @include('layouts.sidebar', ['hotlinks' => false, 'sidemenucats' => true])--}}
@include('layouts.catsbox') @endsection @section('footer_scripts') {{----}} @endsection