@extends('web.layouts.default', ['page' => 'collection']) @section('page_name', 'collection') @section('body_attributes', 'data-collection-id='.$currentCollectionId) @section('meta') {{ config('app.name') }} @endsection @section('content') @include('web.partials.collections.slider')
@include('web.partials.collections.story')
@endsection