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