yes, it is. as you can see {{ $event->capacity }} works but not {{ $remaining_seats[$event->id }}
hmm, looks like it's fixed now. i had comments using {{-- blah blah --}}. i switched it and used <?php // blah blah ?>. then i refreshed the page and it fixed it. then i switched it back to {{-- blah blah --}} it continues to work as it should. not sure what's up with the comment thing when using {{-- --}}.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community