送出
@if (count($data) == 0)
No Log!
@else @foreach ($data as $d)
{{ $d['key'] }}
...
{{ $d['key'] }}
{{ $d['log'] }}
@endforeach @endif