@extends('emails.master') @section('markup') @if ($account->enable_email_markup) @include('emails.partials.client_view_action') @endif @stop @section('content')
| @include('emails.partials.account_logo') | 
                            @if ($invoice->due_date)
                                
                                    {{ strtoupper(trans('texts.due_by', ['date' => $account->formatDate($invoice->due_date)])) }}
                                 | 
                            
                                {{ trans('texts.' . $invoice->present()->balanceDueLabel) }}:
                             | 
        {{ $account->address1 }}
        @if ($account->address1 && $account->getCityState())
            -
        @endif
        {{ $account->getCityState() }}
        @if ($account->address1 || $account->getCityState())
            
        @endif
        @if ($account->website)
            {{ $account->website }}
        @endif