@extends('layouts.backend') @section('content')

{{ __('Events log') }}

@foreach ($data as $d) @endforeach
{{ __('Time') }} {{ __('Type') }} {{ __('Last heartbeat date') }} {{ __('Last hearbeat message') }}
{{ $d['t'] }} {{ $d['m'] }} @if(!empty($d['lhbd'])) {{ $d['lhbd'] }} @endif @if(!empty($d['lhbm'])) {{ $d['lhbm'] }} @endif
@endsection