From 8732578e43c73860c0fd580930867234e9af9981 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 2 Aug 2019 23:28:40 -0600 Subject: [PATCH] Update collection view --- resources/views/collection/show.blade.php | 44 ++++++----------------- 1 file changed, 11 insertions(+), 33 deletions(-) diff --git a/resources/views/collection/show.blade.php b/resources/views/collection/show.blade.php index 76e1fce1f..519be85ad 100644 --- a/resources/views/collection/show.blade.php +++ b/resources/views/collection/show.blade.php @@ -3,42 +3,20 @@ @section('content')
-
-
-
-

Collection

-

{{$collection->title}}

- @auth - @if($collection->profile_id == Auth::user()->profile_id) -
-
- @csrf - - -
-
- @endif - @endauth -
-
-
- -
-
+
@endsection -@push('styles') - -@endpush @push('scripts') - - - + + + @endpush \ No newline at end of file