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

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

ЧАСТННО ЛИЦЕ
@if(strtotime($user['created_at']) > strtotime(\Carbon\Carbon::now()->subDays(20))) NEW @endif

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

PHONE

The number is hidden because of security reason.


At WebMoto.us from: {{ $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