Add validation to service cancellation, and displaying cancellation costs if any
This commit is contained in:
@@ -7,6 +7,7 @@ Please cancel the following...
|
||||
| Logged User | {{ Auth::user()->id ?? 'System' }} |
|
||||
| Account | {{ $service->account->name }} |
|
||||
| Service ID | {{ $service->sid }} |
|
||||
| Cancel Date | {{ $service->stop_at->format('Y-m-d') }} |
|
||||
| Product | {{ $service->product->name }} |
|
||||
@switch($service->product->category)
|
||||
@case('broadband')
|
||||
|
Reference in New Issue
Block a user