@extends('layout.default')
@section('title')
{{ $collection->name }} - {{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('mediahub.title') }}
{{ __('mediahub.collections') }}
{{ $collection->name }}
@endsection
@section('main')
@foreach ($collection->movie->sortBy('release_date') as $movie)
@endforeach
@endsection