@extends('layouts.instructor') @push('title', get_phrase('Invoice')) @section('content')
{{ $invoice->invoice }}
| {{ get_phrase('Description') }} | {{ get_phrase('Quantity') }} | {{ get_phrase('Price') }} | {{ get_phrase('Amount') }} |
|---|---|---|---|
| {{ $invoice->title }} | 1 | {{ currency($invoice->price, 2) }} | {{ currency($invoice->price, 2) }} |