@extends('layouts.main') @section('title', 'NalarKita') @section('pageContent')
@if ($sliders->isEmpty()) @for ($i = 0; $i < 3; $i++)
Background
@endfor @else @foreach ($sliders as $item)
{{ $item->gallery_name }}
@endforeach @endif
Gambar Perusahaan

{{ __('sub_profile_interest_rate') }}

{{ __('sub_profile_interest_rate_caption') }}

{{ __('sub_profile_trust') }}

{{ __('sub_profile_trust_caption') }}

{{ __('sub_profile_product') }}

{{ __('sub_profile_product_caption') }}

{{ __('profile') }}

{{ __("profile_caption") }}

{{ __('button_more_information') }}
Gambar Kiri Atas Gambar Kanan Bawah
@php $imageMap = []; foreach ($gallery as $item) { $imgs = is_array(json_decode($item->image)) ? json_decode($item->image) : [$item->image]; $imageMap[$item->id] = $imgs; } @endphp @endsection @section('scripts') @endsection