@extends('users.show.layout') @section('user_content')
{{ trans('users.bio.title') }}

{{ trans('users.bio.about_me') }}

{!! $user->about !!}

{{ trans('users.bio.information') }}

    @if($user->birthday)
  • {{ $user->birthday }}
  • @endif @if($user->birth_place)
  • {{ $user->birth_place }}
  • @endif @if($user->living_place)
  • {{ $user->living_place }}
  • @endif
  • @if($user->spoken_languages)
    • {{ trans('users.bio.spoken_languages') }}
    • {{ $user->spoken_places }}
    @endif @if($user->hobbies)
    • {{ trans('users.bio.hobbies') }}
    • {{ $user->hobbies }}
    @endif @if($user->interests)
    • {{ trans('users.bio.interests') }}
    • {{ $user->interests }}
    @endif

{{ trans('users.bio.social_media') }}

{{ trans('users.bio.personal_beer_experiences.title') }}

{{ trans('users.bio.personal_beer_experiences.tasting.title') }}

{{ trans('users.bio.personal_beer_experiences.tasting.favorite_beers') }}

{{ trans('users.bio.personal_beer_experiences.tasting.favorite_beer_types') }}

{{ trans('users.bio.personal_beer_experiences.tasting.favorite_places') }}

{{ trans('users.bio.personal_beer_experiences.tasting.enjoy_with') }}

{{ trans('users.bio.personal_beer_experiences.tasting.best_moment') }}

{{ trans('users.bio.personal_beer_experiences.tasting.my_favorite_bar') }}

{{ trans('users.bio.personal_beer_experiences.tasting.my_favorite_webshop') }}

{{ trans('users.bio.personal_beer_experiences.tasting.interested_in_beer_dishes') }}

{{ trans('users.bio.personal_beer_experiences.collection.title') }}

{{ trans('users.bio.personal_beer_experiences.collection.i_am_collector') }}

{{ trans('users.bio.personal_beer_experiences.collection.i_collect') }}

{{ trans('users.bio.personal_beer_experiences.brewing.title') }}

{{ trans('users.bio.personal_beer_experiences.brewing.would_like_create_own_beer') }}

{{ trans('users.bio.personal_beer_experiences.brewing.creating_own_beer') }}

{{ trans('users.bio.personal_beer_experiences.brewing.own_beer_type') }}

{{ trans('users.bio.personal_beer_experiences.brewing.recommended_website') }}

{{ trans('users.bio.personal_beer_experiences.other_brewing_experiences.title') }}

{{ trans('users.bio.personal_beer_experiences.other_brewing_experiences.association') }}

{{ trans('users.bio.personal_beer_experiences.other_brewing_experiences.subscribed_to_magazine') }}

{{ trans('users.bio.personal_beer_experiences.other_brewing_experiences.visited_places') }}

{{ trans('users.bio.personal_beer_experiences.other_brewing_experiences.active_in_brewing_community') }}

@endsection