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