@extends('commons.layouts.admin') @section('content') @include('commons.layouts.partials._alert')

{{App\Language::trans('Listing Information')}}

@foreach($cols as $col) @if(is_integer($col) == true) @else @endif @endforeach @foreach($data as $row) @php $is_gap = 0; @endphp @foreach($cols as $col) @php $is_pass = false; @endphp @if(isset($row[$col]) == true) @if(is_integer($col) == true) @if(date('h',strtotime(isset($row[$col]) ? $row[$col] : "0")) - $is_gap == date('h', strtotime('- '.($interval-intval($col)).' hours', strtotime('now')))) @else @php $is_gap ++; @endphp @endif @else @endif @else @endif @endforeach @endforeach
{{App\Language::trans(date('h A', strtotime('- '.($interval-intval($col)).' hours', strtotime('now'))))}}{{App\Language::trans(ucwords(str_replace('_', ' ', $col)))}}
{{$row[$col]."=".date('h',strtotime(isset($row[$col]) ? $row[$col] : "0"))."-".date('h', strtotime('- '.($interval-intval($col)).' hours', strtotime('now')))}}Emtpy {{$row[$col]."=".date('h',strtotime(isset($row[$col]) ? $row[$col] : "0"))."-".date('h', strtotime('- '.($interval-intval($col)).' hours', strtotime('now')))}}{{isset($row[$col]) ? $row[$col]: '-'}}
@endsection @section('script') @endsection