|
@if(in_array($from, ['Quote', 'Order']) || class_basename($model) == 'Delivery')
@if($creating != 'Delivery')
@if(in_array($from, ['Quote', 'Order']) && $creating != 'PurchaseOrder')
@if($creating != 'Delivery')
@if(in_array($from, ['Quote', 'Order']))
|
|
|
|
|
| {{ ucfirst(__('laravel-crm::lang.sub_total')) }} |
|
| {{ ucfirst(__('laravel-crm::lang.discount')) }} |
|
| {{ ucfirst(__('laravel-crm::lang.tax')) }} |
|
| {{ ucfirst(__('laravel-crm::lang.adjustment')) }} |
|
| {{ ucfirst(__('laravel-crm::lang.total')) }} |
|