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 }}
-
- id") }}"> - {{ __('Edit') }} - +
+
+
+
{{ __('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 @@