@extends('layouts.admin') @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(number_format($invoice->price, 2)) }} | {{ currency(number_format($invoice->price, 2)) }} |