Minor bug fixes from live site

This commit is contained in:
2023-05-01 17:18:12 +10:00
parent 8fb888a395
commit fd110f5c6f
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ Please change the following...
@component('mail::table')
| Service | Details |
| :---------- | :---------------- |
| Logged User | {{ Auth::user()->id }}
| Logged User | {{ Auth::user() ? Auth::user()->id : '-' }}
| Account | {{ $service->account->name }} |
| Service ID | {{ $service->sid }} |
| Product | {{ $service->product->name }} |