@lang('data.ads')

img
@foreach($rows as $row)
product img
  • @if(\Auth::check())
  • @endif
{{$row->title}}

{{$row->city->name[App::getLocale()]}}

{{$row->user->name}}

{{\Carbon\Carbon::parse($row->created_at)->diffForHumans()}}

@endforeach {{$rows->links()}}