Commit 2393528b authored by Khumoyunmirzo Sodiqov's avatar Khumoyunmirzo Sodiqov

Release 28.10.2019

(
   - Disabled Auto LogIn before Register
)
parent 616d5beb
......@@ -98,11 +98,11 @@
</td>
</tr>
<tr>
<td colspan="2" class="border-bottom border-right">Address:</td>
<td colspan="2" class="border-right">Address: {{ $sender->house. ', ' . $sender->street . ', ' . $sender->city . ', ' . $sender->country.' ' }}{{ ($sender->zip == null)?'':$sender->zip }}</td>
</tr>
<tr>
<td colspan="2"
class="border-right">{{ $sender->zip . ' ' .$sender->apartment . ', ' . $sender->house. ', ' . $sender->street . ', ' . $sender->city . ', ' . $sender->country }}</td>
class="border-right"></td>
</tr>
<tr>
<td rowspan="6" class="border-right gray-colored">TO</td>
......@@ -122,7 +122,7 @@
<td class="border-bottom">Street <br/>Улица</td>
<td class="border-bottom"><b>{{ $recipient->street }}</b></td>
<td class="border-bottom">Number <br/>Дом</td>
<td class="border-bottom border-right"><b>{{ $recipient->street }}</b></td>
<td class="border-bottom border-right"><b>{{ $recipient->house }}</b></td>
</tr>
<tr>
<td class="border-bottom">Apartment <br/>Квартира</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment