@if(count($user->photos))
{{trans('photo.recent-photos')}} More
@foreach($user->photos->take(4) as $photo) photo @endforeach
@endif