@section('title', __('Logs')) @section('breadcrumb')
@endsection @foreach ($logs as $log) @php($logJson = json_encode(File::get($log))) @endforeach
Log Info
{{ $log }}
{{ json_decode($logJson) }}