{{ __('pdf.bill_to') }}
@if($invoice->client)
{{ $invoice->client->first_name }} {{ $invoice->client->last_name }}
@if($invoice->client->company_name){{ $invoice->client->company_name }}
@endif
@if($invoice->client->address1){{ $invoice->client->address1 }}
@endif
@if($invoice->client->city){{ $invoice->client->city }}, {{ $invoice->client->state }} {{ $invoice->client->postcode }}
@endif
@if($invoice->client->country){{ $invoice->client->country }}
@endif
{{ $invoice->client->email }}
@endif
{{ __('pdf.invoice_details') }}