@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 Background @endif
Rub & Roll

{{ __('Galéria') }}

@foreach($galleries as $gallery)

{!! $gallery->name !!}

@if($gallery->images) @else @endif
{!! $gallery->summary !!}
@endforeach
@endsection