@extends ('layouts.in') @section ('body') @if ($onboarding && $AUTH->id == 2) @include ('domains.dashboard.molecules.onboarding') @else aaa {{--$positions--}} ccc @if ( !$vehicles_multiple && $vehicle_empty )
aaaffffzzzzzzzzzzzzz
@else @each ('domains.alarm-notification.molecules.alert', $alarm_notifications, 'row')
@if ($users_multiple)
@endif @if ($vehicles_multiple)
@endif @if ($devices_multiple)
@endif @if ( is_null($trip) )
3333322ddddd
@else
@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
@if ( !is_null($trip) ) @endif @endif @endif @stop