@extends('layouts.app') @section('content')

Collection

{{$collection->title}}

@auth @if($collection->profile_id == Auth::user()->profile_id)
@csrf
@endif @endauth
@endsection @push('styles') @endpush @push('scripts') @endpush