Tax Registration Number: {{ $freelancer->registration_number }}
@endifInvoice to: @if(isset($invoiceInfo->client) && !empty($invoiceInfo->client)) {{ ucfirst($invoiceInfo->client->user->first_name). ' ' .ucfirst($invoiceInfo->client->user->last_name) }} @else Unknown Client @endif
@if(isset($invoiceInfo->client->business_name) && !empty($invoiceInfo->client->business_name))
{{ ucfirst($invoiceInfo->client->business_name) }}
@endif
@if(isset($invoiceInfo->client->address) && !empty($invoiceInfo->client->address))
{{ ucfirst($invoiceInfo->client->address) }}
@endif
@if(isset($invoiceInfo->client) && !empty($invoiceInfo->client))
{{ $invoiceInfo->client->user->email }}
@endif
@if(isset($invoiceInfo->client) && !empty($invoiceInfo->client))
{{ '+'.$invoiceInfo->client->user->country_code }} {{ $invoiceInfo->client->user->contact_number }}
@endif
Invoice No : {{ str_pad($invoiceInfo->invoice_id,4,'0',STR_PAD_LEFT) }}
Invoice Date : {{ date('d-m-Y', strtotime($invoiceInfo->date)) }}
@if(isset($freelancer->user) && !empty($freelancer->user))
@if($freelancer->business_name)
{{ ucfirst($freelancer->business_name) }}
@endif
@if($freelancer->business_address)
{{ ucfirst($freelancer->business_address) }}
@endif
@if($freelancer->business_email)
{{ $freelancer->business_email }}
@endif
@if($freelancer->user->contact_number)
{{ $freelancer->user->country_code ? '+'.$freelancer->user->country_code : '' }} {{ $freelancer->user->contact_number }}
@endif
@else
Unknown Client
@endif
|
|||||
|
|||||
|
Total Amount $1020
--}}Sub Total {{ $currencySymbol }}{{ number_format( $invoiceInfo->cost_sum_count, 2, '.', ',') }}
Due Amount {{ $currencySymbol }}{{ number_format(($invoiceInfo->cost_sum_count - $invoiceInfo->paid_sum_count), 2, '.', ',') }}
Payment to be made to:
Additional info:
{!! $invoiceInfo->additional_info ? nl2br(e($invoiceInfo->additional_info)) : '-' !!}
@endif @if($freelancer->registration_number)Tax Registration Number: {{ $freelancer->registration_number }}
@endif @if($invoiceInfo->additional_info || $freelancer->registration_number)Powered by
© 2025 teem-app.com All rights reserved.