@extends('layout.master') @section('content')

Gallery

Explore the Journey, Capture the Moments with {{ config('app.name') }} Gallery.

@if (count($galleries) > 0)
@foreach ($galleries as $key => $gallery) @endforeach
@endif
@endsection @section('css') @endsection @section('script') @endsection