@php use App\Enum\GalleryTypeEnum; @endphp @push('styles') @endpush

{{ __('homepage.image_video_gallery') }}

@foreach ($galleries as $gallery)
@if ($gallery->type == GalleryTypeEnum::IMAGE->value) @else @endif
@endforeach
@push('scripts') @endpush