@extends('layouts.app') @section('title', $gallery->title) @section('content') {{ $gallery->title }} Home Gallery {{ $gallery->title }} @foreach($gallery->images as $img) @endforeach @endsection