Removed redundant functions from Service::class
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
@component('mail::table')
|
||||
| Service | Details |
|
||||
| :---------- | :---------------- |
|
||||
| Account | {{ $service->account_name }} |
|
||||
| Account | {{ $service->account->name }} |
|
||||
| Service ID | {{ $service->sid }} |
|
||||
| Product | {{ $service->product_name }} |
|
||||
| Product | {{ $service->product->name }} |
|
||||
@switch($service->category)
|
||||
@case('BROADBAND')
|
||||
| Address | {{ is_object($service->type) ? $service->type->service_address : 'Not Supplied' }} |
|
||||
|
Reference in New Issue
Block a user