@extends('layouts.app',['title' => $user->username . " on " . config('app.name')]) @section('content') @include('profile.partial.private-info')
{{__('profile.privateProfileWarning')}}
@if(Auth::check()){{ __('profile.alreadyFollow', ['username'=>$user->username])}}
{{__('profile.loginToSeeProfile')}}
@endif