@if ($hasMessage) @if ($type == MVT)
@if (isset($receivedMessages[$type]["departure"]) && count($receivedMessages[$type]["departure"])) @foreach($receivedMessages[$type]["departure"] as $each)
{{ $each }}
@endforeach @endif
@if (isset($receivedMessages[$type]["arrival"]) && count($receivedMessages[$type]["arrival"])) @foreach($receivedMessages[$type]["arrival"] as $each)
{{ $each }}
@endforeach @endif
@else @foreach($receivedMessages[$type] as $each)
{{ $each }}
@endforeach @endif @endif