@extends('docs.master', ['title' => 'Expense '.$model->number]) @section('content')
{{$model->vendor->billing_address}}
| Document | Expense |
| Number: | {{$model->number}} |
| Payment Date: | {{$model->payment_date}} |
| Currency: | {{$model->currency->code}} |
| Amount Paid: | {{moneyFormat($model->amount_paid, $model->currency, false)}} |
| Description | {{$model->description}} |