@extends('layouts.frontend') @section('title', 'গ্যালারী - ' . ($settings['site_name'] ?? 'সাংসদ পোর্টাল')) @section('content')

গ্যালারী

বিভিন্ন কার্যক্রম ও অনুষ্ঠানের ছবি

সব @foreach (\App\Models\Gallery::CATEGORIES as $key => $label) {{ $label }} @endforeach
@if ($galleries->count() > 0)
@foreach ($galleries as $gallery)
{{ $gallery->title }}
@if ($gallery->is_featured) ফিচার্ড @endif

{{ $gallery->title }}

{{ $gallery->category_label }} @if ($gallery->event_date) {{ $gallery->event_date->format('d M, Y') }} @endif
@if ($gallery->location)

{{ $gallery->location }}

@endif
@endforeach
{{ $galleries->links() }}
@else

কোনো ছবি পাওয়া যায়নি

এই বিভাগে এখনো কোনো ছবি যোগ করা হয়নি।

@endif
@push('styles') @endpush @push('scripts') @endpush @endsection