@extends('layouts.front-layout') @section('title') Gallery @endsection @section('content') {{ $pageData['Gallery']['gallery_section_second_title'] ?? '' }} @forelse($get_galleries as $gallery) @empty Our Gallery Data Not Available @endforelse @endsection