@extends('layouts.homepage') @section('content') @php $heroImage = $hero->background_image ? asset('storage/homepage/heroSection/' . $hero->background_image) : asset('storage/homepage/heroSection/rakopiran2.jpg'); $aboutBackgroundImage = $about['konten']->background_image ? asset('storage/homepage/homeAbout/' . $about['konten']->background_image) : asset('storage/homepage/heroSection/rakopiran2.jpg'); // $aboutImage = $about['konten']->image ? asset('storage/homepage/homeAbout/' . $about['konten']->image) : asset('storage/homepage/heroSection/rakopiran2.jpg'); @endphp

{!! $hero->title !!}

{{ $hero->subtitle }}

@if($hero->button1_text) {{ $hero->button1_text }} @endif @if($hero->button2_text) {{ $hero->button2_text }} @endif
@if($hero->video_url)
@endif

{{ $about['judul']->title }}

{{ $about['judul']->subtitle }}

{{ $about['konten']->title }}

{!! $about['konten']->description !!}

{{ $whyUs['judul']->title }}

{{ $whyUs['judul']->subtitle }}

@foreach($whyUs['konten'] as $index => $item)
{{ sprintf('%02d', $index + 1) }}

{{ $item->title }}

{{ $item->description }}

@endforeach

{{ $special['judul']->title }}

{{ $special['judul']->subtitle }}

@foreach($special['konten'] as $index => $item)

{{ $item->title }}

{{ $item->subtitle }}

{{ $item->description }}

@endforeach

{{ $testimonial['judul']->title }}

{{ $testimonial['judul']->subtitle }}

@foreach ($testimonial['konten'] as $testimonial => $item)

{{-- lokasi bersebelahan dengan situs cagar budaya Panggung Krapyak Kandang Menjangan.Tempat ini menyajikan berbagai varian minuman kopi dan minuman tradisional (wedangan rempah")Juga tersedia berbagai camilan roti. Halaman parkir luas dngan kapasitas 40an sepeda motor atau 7 mobil roda 4. Free wifi, stop kontak tersedia di beberapa bagian tempat ,tempat cuci tangan, toilet. Tersedia juga biji/bubuk kopi dalam kemasan dengan harga sangat terjangkau. --}} {{ $item->quote }}

{{ $item->user->name }}

{{ $item->user->role }}

@endforeach

Contact

Contact Us

{{-- --}}

Location:

Jl. KH. Ali Maksum No. 105, Panggung Krapyak, Panggungharjo, Kec. Sewon, Kabupaten Bantul, Daerah Istimewa Yogyakarta 55188

Open Hours:

Sunday-Saturday:
10:00 AM - 23:00 PM

Instagram:

ra.kopiran

Call:

(+62) 8213 5631 375

@endsection