@extends('layouts.master')
@section('title', "À propos du " . $project->first()['category'] . " - " . $project->first()['title'] . " à " . $project->first()['localisation'] . " de s\'Architecturer")
@section('meta_description', "Découvrez le projet de " . $project->first()['title'] . " dans le cadre du " . $project->first()['category'] . " à " . $project->first()['localisation']);
@section('content')
Projet
{{ $project->first()['title'] }}
Catégorie
{{ $project->first()['category'] }}
Date
{{ $project->first()['date'] }}
Lieu
{{ $project->first()['localisation'] }}
Type
{{ $project->first()['type'] }}
Raconter
{!! $project->first()['context'] !!}
@foreach ($project as $projectProcessing)
@if ($projectProcessing['position'] === 'slider')