@extends('front.layouts.main') @section('content')
| SN | Date | Time | Agent Name | Phone Number | Total Amount | View |
|---|---|---|---|---|---|---|
| {{$key + 1}} | {{Carbon\Carbon::parse($item->created_at)->format('d/m/Y')}} | {{Carbon\Carbon::parse($item->created_at)->addHours(5)->format('H:s')}} | {{$item->customer->name}} | {{$item->customer->phone}} | {{$item->total + $item->due}} | Invoice |