@extends('layouts.app') @section('meta-title')Étlap - Rub & Roll Barbecue @endsection @section('meta-keywords') @endsection @section('meta-description') @endsection @section('content')
@if($page->image) @else Background @endif
Rub & Roll

{{ __('Étlap') }}

{!! $page->body !!}
@foreach($carteCategories as $cat)
@if($cat->image) @else @endif
{{--
--}}
{{--

--}}

{{ $cat->name }}

{{--
--}}
@endforeach @endsection