diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index c2206387..d1115ffe 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -2,134 +2,59 @@ @section('content') +@include('profile.partial.user-info') + +@if($owner == true) +
- {{$user->name}} - @if($user->remote_url) - REMOTE PROFILE - @endif - {{$user->bio}} -
-{{__('profile.savedWarning')}}