@extends('layouts.app') @section('styles') @endsection @section('content')
{{ __('For more information or to order a new profile, please contact your facilitator.') }}
{{ __($profile->trans('profilename')) }}
@if ($profile->id == 1){{ __('Collaborate more efficiently and achieve more results. Learn to communicate better and optimize your management style.') }}
@elseif ($profile->id == 5){{ __('Learn to understand yourself and others better. From where do you get your energy? What are your qualities and what are your pitfalls?') }}
@else{{ __('The ultimate selfie: what makes you tick? What training best suits you? How to make maximum use of your talents?') }}
@endif