@extends ("front.layout") @section('title') DCW éditions - Paris • {{json_decode($data)->modele->collection->name}} - {{json_decode($data)->modele->name}} @endsection @section('hreflang') @foreach(json_decode($data)->langues as $localizedData) @endforeach @endsection @section('content')
@component('front.app.titre-page') @slot('title') @{{modele.collection.name}} @endslot @slot('subtitle') @{{modele.name}} @endslot @endcomponent
@include("front.pages.modele.infos") @include("front.pages.modele.accessoires") @include("front.pages.modele.configurateur")
{{-- --}}
@endsection