@extends('layouts.default') @section('title', trans_choice('general.debitmemo', 2)) @section('new_button') view_list{{trans_choice('general.debitmemo', 1) .' List' }} {{-- editEdit --}} add{{trans_choice('general.debitmemo', 2)}} @endsection @section('content')
Account | Description | Price | Total |
---|---|---|---|
{{ $item->chartofaccount->name }} | @money($item->price,'USD',true) |
Total | @money($debitmemo->total,'USD',true) |
---|