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