@extends('vendor.socialite.layouts.default') @section('content')
{{-- TODO : NOT_USED_V1

{{ trans('users.own_beers') }}

@if(!$ownBeers->isEmpty()) @else
{{ trans('users.no_own_beers') }}
@endif
--}}

{{ trans('users.liked_beers') }}

@if(!$user->likedBeers->isEmpty()) @else
{{ trans('users.no_liked_beers') }}
@endif
@endsection @section('bottom_js') @parent @endsection