{{--{{ dd($rating->isEmpty()) }}--}} @extends('layouts/app') {{--@section('keywords', $keywords)--}} @section('title', 'www.WebMoto.us – Online Motorcycle Trader! Vendor Rating - Vendor: '.$vendor->name.' - '.$vendor->locationname ) @section('description', 'www.WebMoto.us – Online Motorcycle Trader! Vendor Rating - Vendor: '.$vendor->name.' - '.$vendor->locationname ) @section('og:title', 'www.WebMoto.us – ! Vendor Rating - Vendor: '.$vendor->name.' - '.$vendor->locationname ) @section('og:url', request()->url()) @section('og:image', asset('images/main/logo.png')) @section('og:description', 'www.WebMoto.us – Online Motorcycle Trader! Vendor Rating - Vendor: '.$vendor->name.' - '.$vendor->locationname ) @section('title', 'www.WebMoto.us – Vendor Rating - Vendor: '.$vendor->name.' - '.$vendor->locationname ) @section('content')
@if($vendor->sowner == false)

ADDING RATING

{{----}}
@endif @if ($rating->isEmpty())
There is no rating for this user yet
@else @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 ($rating) {{ $rating->appends(request()->input())->links() }} @endif

{{ $vendor->title }}

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

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