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