@extends('layouts.public')
@section('title', "La marque")
@section('content')
LA MARQUE D’ORGINE ITALIENNE
@include('backgrounds.bg-8')
@php
$description = setting('description', []);
@endphp
@foreach($timeline as $idx => $item)
@if(!empty($item['image']))
 }})
@else
Image
@endif
{{ $item['year'] }}
{{ $item['title'] }}
@if($idx % 2 === 0)
@include('backgrounds.bg-9')
@else
@include('backgrounds.bg-10')
@endif
@if($idx < count($timeline) - 1)
@endif
@endforeach
@endsection