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