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

Invoice Reports

{{-- --}} @php($totalAmount = 0) @if (!empty($info->results) && $info->results->isNotEmpty()) @foreach ($info->results as $key => $row) @php($totalAmount += $row->grand_total)
Invoice No Created At Email Status Order Details Payment Details Amount Discount Total Amount