@if(config('visibility.bill_mode') == 'editing') @endif @if(config('visibility.bill_mode') == 'editing') @foreach($lineitems as $lineitem) @if($lineitem->lineitem_type == 'plain') @include('pages.bill.components.elements.line-plain') @endif @if($lineitem->item_notes_estimatation != '') @include('pages.bill.components.elements.line-estimation-notes') @endif @if($lineitem->lineitem_type == 'time') @include('pages.bill.components.elements.line-time') @endif @if($lineitem->lineitem_type == 'dimensions') @include('pages.bill.components.elements.line-dimensions') @endif @endforeach @else @include('pages.bill.components.elements.lineitems') @endif
{{ cleanLang(__('lang.description')) }} {{ cleanLang(__('lang.qty')) }} {{ cleanLang(__('lang.unit')) }} {{ cleanLang(__('lang.rate')) }} {{ cleanLang(__('lang.tax')) }} {{ cleanLang(__('lang.total')) }}