@extends ('layouts.in') @section ('body') @if ($onboarding) @include ('domains.dashboard.molecules.onboarding') @else @each ('domains.alarm-notification.molecules.alert', $alarm_notifications, 'row')
@if ($users_multiple)
@endif @if ($vehicles_multiple)
@endif @if ($devices_multiple)
@endif
@if ($trip_previous_id) @icon('chevrons-left', 'w-4 h-4') @else @icon('chevrons-left', 'w-4 h-4') @endif @if ($trip_next_id) @icon('chevrons-right', 'w-4 h-4') @else @icon('chevrons-right', 'w-4 h-4') @endif
@endif @stop