@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

{{--
@if ($addProductPermission == 'all' || $addProductPermission == 'added') @lang('app.add') @endif
--}}
{{-- --}}
{{-- --}}
@lang('Sub 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) !!}

--}}
{{--
--}}
{{--
--}} {{--
@if ($paymentGateway->paypal_status == 'active') @endif @if ($paymentGateway->stripe_status == 'active') @endif @if ($paymentGateway->razorpay_status == 'active') @endif @if ($paymentGateway->paystack_status == 'active') @endif @if ($paymentGateway->mollie_status == 'active') @endif @if ($paymentGateway->payfast_status == 'active') @endif @if ($paymentGateway->authorize_status == 'active') @endif @if ($paymentGateway->square_status == 'active') @endif @if ($paymentGateway->flutterwave_status == 'active') @endif
--}}
@lang('app.cancel')
@endif