Move category/category_name product::class methods into __get(), no functional changes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
| Account | {{ $service->account->name }} |
|
||||
| Service ID | {{ $service->sid }} |
|
||||
| Product | {{ $service->product->name }} |
|
||||
@switch($service->product->category)
|
||||
@switch($service->product->category_lc)
|
||||
@case('broadband')
|
||||
| Address | {{ is_object($service->type) ? $service->type->service_address : 'Not Supplied' }} |
|
||||
@break;
|
||||
|
Reference in New Issue
Block a user