@extends('layouts.app') @section('style') @stop @section('content')
@lang('layout.Number') | @lang('layout.member') | @lang('layout.SalesNumber') | @lang('layout.Account') | @lang('layout.Date') | @lang('layout.Due Date') | @lang('layout.Currency') | @lang('layout.Amount') | @lang('layout.Actions') |
---|---|---|---|---|---|---|---|---|
@{{ invoiceItem.number }} | @{{ invoiceItem.member }} | @{{ invoiceItem.salesNumber }} | @{{ invoiceItem.account }} | @{{ invoiceItem.currency }} | @{{ invoiceItem.date }} | @{{ invoiceItem.due_date }} | @{{ invoiceItem.total }} | @{{ invoiceItem.paid }} |
@{{ $data | json }}--}} {{--
@{{ $items | json }}--}} @endsection @push('scripts') {{----}} @endpush