@extends('layouts.app') @section('sidebar') @include('sidebar') @stop @section('content')

Excel history ({{$record->selectapi}})
Added By ( {{$record->name}} {{$record->created_at}} )

@php $jsons = json_decode($record->json, TRUE); @endphp @if(count($jsons) > 0) @foreach(array_keys($jsons[0]) as $key)@endforeach@foreach($jsons as $json)@foreach($json as $value)@endforeach@endforeach @else @endif
{{ $key }}
{{ $value }}
No data available
@endsection @section('script') {{ Html::script('custom/datatables/datatables.bundle.js') }} @endsection