diff --git a/resources/views/portal/ninja2020/dashboard/index.blade.php b/resources/views/portal/ninja2020/dashboard/index.blade.php index 9c41f7fc08b7..9be7b2182dcc 100644 --- a/resources/views/portal/ninja2020/dashboard/index.blade.php +++ b/resources/views/portal/ninja2020/dashboard/index.blade.php @@ -5,10 +5,10 @@

{{ $contact->first_name }} {{ $contact->last_name }}

-

{{ $contact->phone }}

-

{{ $client->address1 }}

-

{{ $client->city }}, {{ $client->state }}

-

{{ $client->postal_code }}

+

{{ $contact->phone }}

+

{{ $client->address1 }}

+

{{ $client->city }}, {{ $client->state }}

+

{{ $client->postal_code }}

{{ App\Models\Country::find($client->country_id)?->name }}

@@ -81,16 +81,24 @@
-
-

{{ $client->company->settings->address1 }}

-

{{ $client->company->settings->address2 }}

-

{{ $client->company->settings->postal_code }}

+
+

{{ $client->company->settings->address1 }}

+

{{ $client->company->settings->city }} {{ $client->company->settings->state }}

+

{{ $client->company->settings->postal_code }}

{{ App\Models\Country::find($client->company->settings->country_id)?->name }}

-
-

{{ $client->company->settings->email }}

-

{{ $client->company->settings->phone }}

-

{{ $client->company->settings->website }}

+ +
+

{{ ctrans('texts.vat') }}: {{ $client->company->settings->vat_number }}

+

+ {{ $client->company->settings->email }} +

+

{{ $client->company->settings->phone }}

+

+ + {{ $client->company->settings->website }} + +

@stop