@if(count($pirep->acars_logs) > 0)
@foreach($pirep->acars_logs as $log) @endforeach
{!! show_datetime($log->created_at) !!} {!! $log->log !!}
@endif