@extends('layouts.app') @section('title', 'Gallery') @push('styles') @endpush @section('content')

Gallery

Moments of healing, growth & transformation

@if(isset($categories) && $categories->count()) @foreach($categories as $cat) @endforeach @else @endif
@push('scripts') @endpush @endsection