diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index 0b20c77b6..a868b8e84 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -1,15 +1,22 @@ @extends('layouts.app',['title' => $user->username . " on " . config('app.name')]) @section('content') - +@if (session('error')) +
+ {{ session('error') }} +
+@endif @include('profile.partial.user-info') @if(true === $owner)