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

Details

@if(!empty($results)) @php $i=0; @endphp @foreach($results as $result) @endforeach @endif
S.No. email date hour invoices_processed emails_and_invoices_ignored emails_forwarded exceptions_created assigned_to_load hours invoices_other pages_processed pages_ignored pages_exceptioned pages_assigned_to_load pages_other Created At
1 {{$result->email}} {{$result->date}} {{$result->hour}} {{$result->invoices_processed}} {{$result->emails_and_invoices_ignored}} {{$result->emails_forwarded}} {{$result->exceptions_created}} {{$result->assigned_to_load}} {{$result->hours}} {{$result->invoices_other}} {{$result->pages_processed}} {{$result->pages_ignored}} {{$result->pages_exceptioned}} {{$result->pages_assigned_to_load}} {{$result->pages_other}} {{date('d-m-Y h:i A',strtotime($result->created_at))}}
@if ($results->hasPages())
{{ $results->links('pagination::bootstrap-4') }}
@endif
@endsection