@extends('layouts.app') @section('title', 'Invoice') @section('content')
| Description | Amount |
|---|---|
| {{ $it->description }} ({{ $it->item_type }}) | {{ $it->amount }} |
| # | Amount | Method | Status | Paid at |
|---|---|---|---|---|
| {{ $p->id }} | {{ $p->amount }} | {{ $p->method }} | {{ $p->status }} | {{ $p->paid_at }} |