From afddd0bcb392427136b42275e930fdc65d443b8c Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 26 Jul 2019 20:19:20 -0600 Subject: [PATCH] Fixes #1550 --- resources/views/collection/show.blade.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/views/collection/show.blade.php b/resources/views/collection/show.blade.php index 17b8fa63b..76e1fce1f 100644 --- a/resources/views/collection/show.blade.php +++ b/resources/views/collection/show.blade.php @@ -8,6 +8,17 @@

Collection

{{$collection->title}}

+ @auth + @if($collection->profile_id == Auth::user()->profile_id) +
+
+ @csrf + + +
+
+ @endif + @endauth