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