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

Monthly Data

@if(!empty($results)) @php $i=0; @endphp @foreach($results as $result) @endforeach @endif
S.No. Name Date Daily Core Total_Invoice_Processed Week Month Year Comments Created At
1 {{$result->Name}} {{$result->Date}} {{$result->Daily}} {{$result->Core}} {{$result->Total_Invoice_Processed}} {{$result->Month}} {{$result->Year}} {{$result->Comments}} {{date('d-m-Y h:i A',strtotime($result->created_at))}}
@if ($results->hasPages())
{{ $results->links('pagination::bootstrap-4') }}
@endif
@endsection