herpaderpaldent/seat-notifications

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

Summary

Maintainability
A
0 mins
Test Coverage
@foreach ($row::getDiversImplementations() as $provider => $implementation)
  <span style="float:left;">
  @if($row::getDriver($provider)::allowPersonalNotifications() && $implementation::hasPersonalNotification())
    @include('seatnotifications::partials.private_driver_button', compact('row', 'provider'))
  @endif
   </span>
@endforeach