@extends('layouts.app-guest',['title' => $user->username . " on " . config_cache('app.name')]) @section('content') @if (session('error'))
{{__('profile.privateProfileWarning')}}
@if(!Auth::check()){{ __('profile.alreadyFollow', ['username'=>$user->username])}}
{{__('profile.loginToSeeProfile')}}
@endif