Category | @lang("content.info") | ||
---|---|---|---|
Hour Restrictions | {!! $user->hour_restriction ? $user->hour_restriction : "Empty" !!} | ||
Route Restrictions | {{ count($restrictionRoutes) ? implode(', ', $restrictionRoutes) : 'Empty' }} | ||
Pairing Restrictions | {{ count($restrictionPairs) ? implode(', ', $restrictionPairs) : 'Empty' }} | ||