@extends('Frontend.index') @section('content') {{-- Custom Style khusus halaman ini --}} {{-- ===================== BREADCRUMB ===================== --}} {{-- ===================== BRAND SLIDER (Tetap Slide agar tidak terlalu panjang) ===================== --}}
@php $brands = [ '/Frontend/img/brand/logok2.png', '/Frontend/img/brand/logo-jm.webp', '/Frontend/img/brand/logo-pelnasindo.webp', '/Frontend/img/brand/logo-immi.webp', '/Frontend/img/brand/logo-psu.webp', '/Frontend/img/brand/logo-uwi.webp', '/Frontend/img/brand/logo-stesbn.webp', '/Frontend/img/brand/logo-stipan.webp', '/Frontend/img/brand/logo-stisip.webp', '/Frontend/img/brand/logo-iaid.webp', '/Frontend/img/brand/logo-ubs.webp', '/Frontend/img/brand/logo-ppgi.webp', '/Frontend/img/brand/logo-ppg.webp', '/Frontend/img/brand/logo-stmik.webp', '/Frontend/img/brand/logo-akbid.webp', '/Frontend/img/brand/logo-akatel.webp', '/Frontend/img/brand/logo-akatek.webp', '/Frontend/img/brand/logo-sties.webp', '/Frontend/img/brand/logo-stiebii.webp', '/Frontend/img/brand/logo-niit.webp', 'https://patria-artha.info/images/logo/logo2.png', 'https://stembibandung.info/images/logo/logo2.png', 'https://stei-bcm.info/images/logo/logo2.png', 'https://stie-igi.info/images/logo/logo2.png', 'https://upri.info/images/logo/logo2.png', 'https://umiba.info/images/logo/logo2.png', 'https://kharisma-college.info/images/logo/logo2.png', 'https://uima.web.id/images/logo/header-uima.png', 'https://uhafiz.info/images/logo/logo2.png', 'https://itbmp.info/images/logo/logo2.png', 'https://steijogja.info/images/logo/logo2.png', 'https://universitas-boyolali.info/images/logo/logo2.png', 'https://unisfat.info/images/logo/logo2.png', 'https://undaris.info/images/logo/logo2.png', 'https://stieganesha.info/images/logo/logo2.png', 'https://unaki.info/images/logo/logo2.png', 'https://stikomprosia.info/images/logo/logo2.png', 'https://isif.info/images/logo/logo2.png', 'https://ibisa.info/images/logo/logo2.png', 'https://unpand.info/images/logo/logo2.png', 'https://upy.web.id/images/logo/logo2.png', 'https://iai-suryanithaher.info/images/logo/logo2.png', 'https://polnas.info/images/logo/header-polnas.png', 'https://runata.info/images/logo/logo2.png', 'https://stikomsemarang.info/images/logo/logo2.png', 'https://yarsipratama.info/images/logo/logo2.png', 'https://univbanten.info/images/logo/logo2.png', 'https://stembi-alaziziyah.info/images/logo/logo2.png', 'https://stitbustanululum.info/images/logo/logo2.png', 'https://institutsunandoe.info/images/logo/logo2.png', 'https://alamin-indramayu.info/images/logo/logo2.png', 'https://sttisonysugema.info/images/logo/logo2.png', 'https://stisipolcandradimuka.info/images/logo/logo2.png', 'https://iaipdkindramayu.info/images/logo/logo2.png', 'https://muliadarma.info/images/logo/logo2.png', 'https://stmikpgri-arungbinang.info/images/logo/logo2.png', 'https://universitaskepanjen.info/images/logo/logo2.png', 'https://institutbanten.info/images/logo/logo2.png', 'https://instidla.info/images/logo/logo2.png', 'https://staifatahillah.info/./images/logo/header-fatahillah.png', 'https://stikespembina.info/images/logo/logo2.png', 'https://stisipimambonjol.info/images/logo/logo2.png', 'https://akfarimambonjol.info/images/logo/logo2.png', 'https://stikosa-aws.info/images/logo/logo2.png', 'https://uisb.info/images/logo/logo2.png', 'https://inais.info/images/logo/logo2.png', 'https://digitechuniversity.info/images/logo/logo2.png', ]; @endphp @foreach ($brands as $brand)
Partner
@endforeach
{{-- ===================== TESTIMONIAL GRID ===================== --}}
TESTIMONIAL

Apa Kata Mereka Tentang Kami?

{{-- g-4 memberikan gap antar card --}} @forelse($dataTestimoni as $data)
@for ($i = 1; $i <= 5; $i++) @endfor

" {!! strip_tags($data->deskripsi) !!} "

{{ $data->nama_testimoni }}

{{ $data->nama_testimoni }}

{{ $data->jabatan }}
@empty

Belum ada testimoni untuk ditampilkan.

@endforelse
@endsection