@extends('docs.master', ['title' => 'Expense '.$model->number]) @section('content')
Paid To:
{{$model->vendor->person}},
{{$model->vendor->company}},
{{$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}}
@endsection