@if(auth()->id() != $user->id)
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
ЧАСТННО ЛИЦЕ
@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])--}}