@if($vendor->sowner == false)
ADDING RATING
@endif
@if ($rating->isEmpty())
There is no
rating for this user yet
@else
@foreach($rating as $items)
@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
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])--}}