@extends('layouts.app') @section('meta-title')Galéria - Rub & Roll Barbecue @endsection @section('meta-keywords') @endsection @section('meta-description') @endsection @section('content') @if($page->image) @else @endif Rub & Roll {{ __('Galéria') }} @foreach($galleries as $gallery) 2020.06.21 / BBQ {!! $gallery->name !!} @if($gallery->images) @else @endif {!! $gallery->summary !!} @endforeach @endsection