Rename ab_account to accounts

This commit is contained in:
Deon George
2021-07-07 17:45:16 +10:00
parent f6751e7a63
commit 24ff62094a
5 changed files with 41 additions and 106 deletions

View File

@@ -49,7 +49,7 @@
<strong>{{ $o->account->company }}</strong><br>
{!! join('<br>',$o->account->address) !!}
<br>
<strong>Email:</strong> {{ $o->account->email }}<br>
<strong>Email:</strong> {{ $o->account->user->email }}<br>
@if ($o->account->phone)
<strong>Phone:</strong> {{ $o->account->phone }}<br>
@endif