@extends('layouts.public') @section('title', strtoupper($moto->title)) @section('content') @include('partials.moto-header') @if($moto->presentation) @include('partials.moto-presentation') @endif @if($moto->description) @include('partials.moto-description') @endif @if($moto->gallery->count() > 0) @include('partials.moto-gallery') @endif