@extends('admin.layouts.app') @section('title') Users @endsection @section('css') @endsection @section('contents')
S/N | ID | Date Created | Total | Status | Action | |
---|---|---|---|---|---|---|
{{ $i++ }} | {{ $invoice->id }} | {{ $invoice->date()->toFormattedDateString() }} | {{ $invoice->total() }} | {{ $invoice->status }} | Download | @endforeach @endif |