@extends ('layouts.in') @section ('body')
@if ($users_multiple)
@endif
@if ($user_empty) @endif @if ($vehicle_empty) @endif @foreach ($list as $row) @if ($user_empty) @endif @if ($vehicle_empty) @endif @endforeach
{{ __('alarm-notification-index.user') }}{{ __('alarm-notification-index.vehicle') }}{{ __('alarm-notification-index.alarm') }} {{ __('alarm-notification-index.name') }} {{ __('alarm-notification-index.message') }} {{ __('alarm-notification-index.trip') }} {{ __('alarm-notification-index.created_at') }} {{ __('alarm-notification-index.telegram') }} {{ __('alarm-notification-index.closed_at') }} {{ __('alarm-notification-index.actions') }}
{{ $row->user->name }}{{ $row->vehicle->name }} @if ($row->alarm) {{ $row->typeFormat()->title() }} @else {{ $row->typeFormat()->title() }} @endif {{ $row->name }} {{ $row->typeFormat()->message() }} @if ($row->trip) {{ $row->trip->name }} @endif @dateLocal($row->date_at) @status($row->telegram) @if ($row->closed_at) @status(true) @else @status(false) @endif @icon('trash', 'w-4 h-4')
@include ('molecules.delete-modal', [ 'action' => 'delete' ]) @stop