@extends('layouts.app-guest',['title' => $user->username . " on " . config_cache('app.name')]) @section('content') @if (session('error'))
{{ session('error') }}
@endif @include('profile.partial.private-info') @if($user->website) {{$user->website}} @endif

{{__('profile.privateProfileWarning')}}

@if(!Auth::check())

{{ __('profile.alreadyFollow', ['username'=>$user->username])}}

{{__('Log in')}}

{{__('profile.loginToSeeProfile')}}

@endif
@endsection @push('meta') @endpush