@php $subTotal=0; $discount=0; $total=0; @endphp @foreach ($deal_list as $deal) @php $subTotal += $deal->price; @endphp @endforeach
@lang('app.service') @lang('app.unitPrice') @lang('app.quantity') @lang('app.subTotal') @lang('app.discount') @lang('app.total') #
{{$deal->name}} {{currencyFormatter($deal->price)}}
{{currencyFormatter($deal->price)}}
{{$settings->currency->currency_symbol}}
{{currencyFormatter($deal->price)}}
{{currencyFormatter($subTotal)}} {{currencyFormatter($discount)}} {{currencyFormatter($subTotal)}}