{{ $event->title }} {{-- Badges On Image --}} @include("design_1.web.events.components.cards.grids.badges") {{-- Contents --}}

{{ $event->title }}

@include("design_1.web.components.rate", [ 'rate' => round($event->getRate(), 1), 'rateCount' => $event->reviews()->where('status', 'active')->count(), 'rateClassName' => 'mt-12 mb-16', ])
{{ $event->creator->full_name }}
{{ $event->creator->full_name }}

{{ trans('public.in') }} {{ $event->category->title }}

@php $getMinAndMaxPrice = $event->getMinAndMaxPrice(); @endphp @if($getMinAndMaxPrice['min'] == $getMinAndMaxPrice['max']) {{ ($getMinAndMaxPrice['min'] > 0) ? handlePrice($getMinAndMaxPrice['min'], true, true, false, null, true) : trans('update.free') }} @else {{ ($getMinAndMaxPrice['min'] > 0) ? handlePrice($getMinAndMaxPrice['min'], true, true, false, null, true) : trans('update.free') }} - {{ ($getMinAndMaxPrice['max'] > 0) ? handlePrice($getMinAndMaxPrice['max'], true, true, false, null, true) : trans('update.free') }} @endif
@if(!empty($event->start_date))
{{ dateTimeFormat($event->start_date, 'F j') }}
@endif