@extends('layouts.main') @section('content')

{{$sub_title}}

@include('layouts.notifications')

Halaman ini adalah daftar antrian export yang sudah dicreate. Anda bisa mendownload dan menghapus file jika file sudah selesai digenerate oleh sistem.

@php /*foreach ($data as $key => $value) { $data[$key]['filter'] = (array)json_decode($value['filter']); } dd($data);*/ @endphp @if(!empty($data)) @foreach($data as $val) @endforeach @else @endif
Date Filter Action
{{date('d M Y H:i', strtotime($val['created_at']))}} No Filter @if($val['status_export'] == 'Deleted') File has been deleted @elseif($val['status_export'] == 'Running') File not ready @else @if($val['report_type'] == 'Subscription') @endif @endif
Data Not Available

@if(isset($dataPerPage) && isset($dataUpTo) && isset($dataTotal)) Showing {{$dataPerPage}} to {{$dataUpTo}} of {{ $dataTotal }} entries
@endif @if ($dataPaginator) {{ $dataPaginator->links() }} @endif @endsection