@php $addProductPermission = user()->permission('add_product'); @endphp @if (!in_array('clients', user_modules())) @lang('messages.enableClientModule') @lang('app.back') @else

@lang('app.order') @lang('app.details')


@if (isset($type) && $type == 'proposal') @endif @if (isset($type) && $type == 'estimate') @endif
@if (isset($client) && !is_null($client))
@else @endif
{{--
--}}
( {{ company()->currency->currency_code }} @lang('app.to') {{ company()->currency->currency_code }} )

@if (isset($project) && !is_null($project))
@else
@endif
@if ($linkInvoicePermission == 'all')
@endif

Service Details


@if (isset($invoice) && $invoice->client) {!! nl2br($invoice->client->clientDetails->address) !!} @elseif (isset($invoice) && isset($client)) {!! nl2br($client->clientDetails->address) !!} @elseif (isset($estimate) && $estimate->client) {!! nl2br($estimate->client->clientDetails->address) !!} @else @lang('messages.selectCustomerForBillingAddress') @endif

@if (isset($invoice) && $invoice->client && $invoice->client->clientDetails->shipping_address) {!! nl2br($invoice->client->clientDetails->shipping_address) !!} @elseif(isset($client) && $client->clientDetails && $client->clientDetails->shipping_address) {!! nl2br($client->clientDetails->shipping_address) !!} @else @lang('app.addShippingAddress') @endif

Add Service
{{-- --}}

{{-- --}}
{{-- --}} {{-- --}} {{-- --}}
@lang('Sub Total') 0.00
@lang('Pickup Charge')
@lang('Item Discount') 0.00
@lang('Grand Total') 0.00
@lang('Discount')
{{ isset($invoice) ? number_format((float) $invoice->discount, 2, '.', '') : '0.00' }}
@lang('modules.service-order.tax')
0.00
@lang('Total Service Charge') 0.00
#
#
#
#
#
#
{{--

{!! nl2br($invoiceSetting->invoice_terms) !!}

--}}
{{-- --}} Preview @lang('app.cancel')
{{-- --}}
@endif