From bdcdb7b2496e19769a04e8d2482df65904510781 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 16 Apr 2019 12:58:38 -0600 Subject: [PATCH] Update profile view, add layout prop --- resources/views/profile/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index c995adf93..5190a1ffb 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -7,7 +7,7 @@ @endif - + @if($profile->website) {{$profile->website}} @endif