herpaderpaldent/seat-notifications

View on GitHub
src/resources/views/partials/public.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@foreach ($row::getDiversImplementations() as $provider => $implementation)
  @if($row::getDriver($provider)::allowPublicNotifications())
    @include('seatnotifications::partials.driver_button', compact('row', 'provider'))
  @endif
@endforeach