Group walk

# {{ $event->location}}

@if(auth()->user()->id == $event_host->id) Cancel @else @if($check_user_in_event == false) Join @else Leave @endif @endif

Date

{{ $event_date }}, {{ $event_start_time}}

Description

{{ $event->description }}

{{-- mapata da e visoka 550px, ova e pogolema za da ne klavam nova slika, iskoristiv so imav --}} {{-- --}}

Created by:

{{ $event_host->fullName() }}

Dog {{ $event_host->dogBreed ? $event_host->dogBreed->name : "" }}

Joined ({{ count($event_users) }})

@foreach($event_users as $event_user)

{{ $event_user->fullName() }}

Dog @if(count($event_user->dogs)>0) @foreach ($event_user->dogs as $dog) @if($loop->last) {{ $dog->breed->name }} @else {{ $dog->breed->name }}, @endif @endforeach @else No dogs @endif

@endforeach
@push('scripts') {{-- --}} @endpush