{{trans('data.favourite_header')}}

img
@foreach($rows as $row)
{{$row->title}}

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

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

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

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