@extends('front._.app') @section('content')
@if ($page->getImg()) @endif

{{ $page->name }}

@if ($page->getFile())
Fichier joint
@endif
{{-- Right bar page--}} @include('front._.rightBarPage')
@endsection