{{--{{ dd(head($paramsobj->vendorimagethumb)) }}--}} @extends('layouts.app') {{--@section('keywords', $keywords)--}} @if($motovendor->title) @section('description', 'www.WebMoto.us – Online Motorcycle Trader! Dealer Profile: '.$motovendor->title .' - ' .$motovendor->description) @endif @if($motovendor->title) @section('title', 'www.WebMoto.us – Dealer Profile: '.$motovendor->title ) @endif @section('og:url', request()->url()) @section('og:image', head($paramsobj->vendorimagethumb)) @if($motovendor->title) @section('og:title', 'www.WebMoto.us – Online Motorcycle Trader! Dealer Profile: '.$motovendor->title) @endif @if($motovendor->title) @section('og:description', 'www.WebMoto.us – Online Motorcycle Trader! Dealer Profile: '.$motovendor->title.' - ' .$motovendor->description ) @endif {{--@if($category->id) @section('title', 'www.WebMoto.us – List of ads by category: '.$paramsobj->sector->name.' - '.$category->name ) @endif--}} {{--@if($marka) @section('title', 'List of ads by category: '.$paramsobj->adds->sector->name .'-'.$marka->name ) @endif--}} @section('content')
{{ $motovendor->title }}
@if ($paramsobj->isfavorite) @else @endif

{{ $motovendor->title }}

{{ $paramsobj->ratingscore }}

@for($i=0; $i < $countstr; $i++) {{ $split[$i] }} @endfor
{{$motovendor->regionname .' / '. $motovendor->locationname }} . @if($motovendor->address){{ $motovendor->address }}@endif @if($motovendor->vendorphone) {{ $motovendor->vendorphone }}@endif @if($motovendor->vendoremail){{ str_replace('@',' AT ', $motovendor->vendoremail) }}@endif @if($motovendor->weburl){{ $motovendor->weburl }}@endif @if($motovendor->skype) {{ $motovendor->skype }}@endif @if($motovendor->categoryname) @foreach ($motovendor->categoryname as $catitems) {{ $catitems->value }} | @endforeach @endif
{{--

{{ @str_limit($motovendor['description'], 300) }}

--}}

{{ $motovendor['description'] }}

{{--
--}}
@if(!$rating->isEmpty()) @foreach ($rating as $items)

{{ $items->fromuser->name }} – {{ $items->created }} @for($i=0; $i<$items->rating; $i++) @endfor @for($ii=0; $ii<=4-$items->rating; $ii++) @endfor

{{ $items->message }}

@endforeach @endif @if(auth()->id() != $motovendor->vendorusers->first()->user_id)
@endif @if(!$rating->isEmpty()) @else
No rating added yet!
@endif

@if(!$vendoradds) All dealer listings @else There are no listings of this dealer yet! @endif
@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