@extends('layout.default') @section('title') {{ $collection->name }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('main')
@if ($collection?->backdrop) @endif

{{ $collection->name }}

{{ $collection->overview }}

Movies

@foreach ($collection->movie->sortBy('release_date') as $movie) @endforeach
@endsection