From 741ceaf86d96090d0241d2ddfce931bd84625ab8 Mon Sep 17 00:00:00 2001 From: Gustavo Novaro Date: Tue, 11 Apr 2023 23:33:10 +0200 Subject: [PATCH] fix(global): version --- resources/views/bank/bank.blade.php | 4 +-- resources/views/lead_customer/show.blade.php | 34 +++++++++++++++++--- version.php | 2 +- 3 files changed, 32 insertions(+), 8 deletions(-) diff --git a/resources/views/bank/bank.blade.php b/resources/views/bank/bank.blade.php index e3fe0155..10c67ba9 100644 --- a/resources/views/bank/bank.blade.php +++ b/resources/views/bank/bank.blade.php @@ -14,7 +14,7 @@
- +
@@ -30,7 +30,7 @@
- @include('components.country') + @include('components.country', ['country_id' => $bank->country_id])
diff --git a/resources/views/lead_customer/show.blade.php b/resources/views/lead_customer/show.blade.php index db9d676c..96295409 100644 --- a/resources/views/lead_customer/show.blade.php +++ b/resources/views/lead_customer/show.blade.php @@ -20,6 +20,13 @@
{{ __('Business name') }}:
{{ $item->business_name }}
+
+ id") }}"> + {{ __('Edit') }} + +
+ +
{{ __('Phone') }}:
@isset($item->phone) @@ -48,12 +55,25 @@
{{ __('Identity number') }}:
{{ $item->vat }}
- +
+
+
{{ __('Province') }}:
+ {{ $item->province }}
-
+
+
{{ __('City') }}:
+ {{ $item->city }} +
+
+
{{ __('Street') }}:
+ {{ $item->street }} +
+
+
{{ __('Zipcode') }}:
+ {{ $item->zipcode }} +
+
@@ -71,6 +91,7 @@ # {{ __('Product') }} + SKU @@ -87,6 +108,7 @@ @endif {{ $item_detail->product->name }} + {{ $item_detail->product->sku }} @endisset @endforeach @@ -157,6 +179,7 @@ class="btn btn-sm btn-primary text-white"> # {{ __('First name') }} + {{ __('Last name') }} {{ __('Phone') }} {{ __('Mobile') }} Email @@ -168,6 +191,7 @@ class="btn btn-sm btn-primary text-white"> {{ $contact->id }} {{ $contact->first_name }} + {{ $contact->last_name }} {{ $contact->phone }} diff --git a/version.php b/version.php index e090aaef..acf50152 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@