@php /* @endphp
@if($errors->any())
{!! implode('', $errors->all('
')) !!}
@endif
@php */ @endphp
@error('content_id')
{!! $message !!}
@enderror
@php /* @endphp
@php */ @endphp
@if($event->products()->count() > 0)
@foreach($event->products as $products)
@php $rand = rand(999999,1); @endphp
@endforeach
@endif