@extends("layouts.home") @section("content")
@if (!$event)

Tidak ada acara yang ditemukan

@else

{{$event->title}}

Penyelenggara

{{$event->user?->institute}}

Waktu Pelakasanaan

id}"}} class="overflow-auto capitalize scrollbar-none whitespace-nowrap">

id}"}} class="overflow-auto capitalize scrollbar-none whitespace-nowrap">

@isset($event->finish_at)

id}"}} class="overflow-auto capitalize scrollbar-none whitespace-nowrap">

@endisset

Kategori

product?->category?->slug}"}}>
@if (isset($event->product?->category?->logo))
product?->category?->logo}} alt={{$event->product?->category?->title}} class="rounded-lg" />
@endif

{{$event->product?->category?->title}}

@isset($event->description)

Deskripsi

{!! $event->description !!}
@endisset @isset($event->term_condition)

Syarat dan Ketentuan

{!! $event->term_condition !!}
@endisset @isset($event->instruction)

Instruksi

{!! $event->instruction !!}
@endisset
@if (isset($event->cover))
cover}} alt={{$event->title}} width="400" class="rounded-lg" />
@endif
@isset($event->quota)

Sisa Kuota

{{$event->quota}}

@endisset

Total Harga

@if($event->price)

id}"}} class="font-bold text-lg">

@else

Rp 0

@endif
Beli
@endif
@endsection