From b7043afc9ba7ea934150e11b82a2576b3f65f8c4 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 30 Mar 2022 20:23:10 -0600 Subject: [PATCH] Update blade view --- 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 cec2d15e6..d16eeb7c0 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -9,7 +9,7 @@ @if($profile->website) -{{$profile->website}} +{{$profile->website}} @endif