Removed many redundant functions from User::class
This commit is contained in:
@@ -5,8 +5,8 @@ Please order the following...
|
||||
| Service | Details |
|
||||
| :---------- | :---------------- |
|
||||
| Logged User | {{ Auth::user()->id }} |
|
||||
| Account | {{ $service->account_name }} ({!! $service->account->account_id_url !!}) |
|
||||
| Service ID | {!! $service->service_id_url !!} |
|
||||
| Account | {{ $service->account_name }} |
|
||||
| Service ID | {{ $service->sid }} |
|
||||
| Product | {{ $service->product_name }} |
|
||||
@switch($service->product_category)
|
||||
@case('BROADBAND')
|
||||
|
@@ -6,8 +6,8 @@
|
||||
@component('mail::table')
|
||||
| Service | Details |
|
||||
| :---------- | :---------------- |
|
||||
| Account | {{ $service->account_name }} ({!! $service->account->account_id_url !!}) |
|
||||
| Service ID | {!! $service->service_id_url !!} |
|
||||
| Account | {{ $service->account_name }} |
|
||||
| Service ID | {{ $service->sid }} |
|
||||
| Product | {{ $service->product_name }} |
|
||||
@switch($service->category)
|
||||
@case('BROADBAND')
|
||||
|
@@ -5,8 +5,8 @@ Please cancel the following...
|
||||
| Service | Details |
|
||||
| :---------- | :---------------- |
|
||||
| Logged User | {{ Auth::user()->id }} |
|
||||
| Account | {{ $service->account_name }} ({!! $service->account->account_id_url !!}) |
|
||||
| Service ID | {!! $service->service_id_url !!} |
|
||||
| Account | {{ $service->account_name }} |
|
||||
| Service ID | {{ $service->sid }} |
|
||||
| Product | {{ $service->product_name }} |
|
||||
@switch($service->product_category)
|
||||
@case('BROADBAND')
|
||||
|
@@ -5,8 +5,8 @@ Please change the following...
|
||||
| Service | Details |
|
||||
| :---------- | :---------------- |
|
||||
| Logged User | {{ Auth::user()->id }}
|
||||
| Account | {{ $service->account_name }} ({!! $service->account->account_id_url !!}) |
|
||||
| Service ID | {!! $service->service_id_url !!} |
|
||||
| Account | {{ $service->account_name }} |
|
||||
| Service ID | {{ $service->sid }} |
|
||||
| Product | {{ $service->product_name }} |
|
||||
@switch($service->product_category)
|
||||
@case('BROADBAND')
|
||||
|
@@ -1,5 +1,5 @@
|
||||
@component('mail::message',['site'=>$site,'heading'=>'Traffic Mismatch: '.$date])
|
||||
Hi {{ isset($user) ? $user->name.',' : '' }}
|
||||
Hi {{ isset($user) ? $user->full_name.',' : '' }}
|
||||
|
||||
The traffic import today, had mismatching records. A request to have those login removed has been generated.
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
@component('mail::message',['site'=>$site,'heading'=>'Link Your Account'])
|
||||
Hi {{ isset($user) ? $user->name.',' : '' }}
|
||||
Hi {{ isset($user) ? $user->full_name.',' : '' }}
|
||||
|
||||
A request was made to link your account to a social login.
|
||||
If you didnt make this request, you can ignore this, and the request will be ignored.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
@component('mail::message',['site'=>$site,'heading'=>'System Test Email'])
|
||||
Hi {{ isset($user) ? $user->name.',' : '' }}
|
||||
Hi {{ isset($user) ? $user->full_name.',' : '' }}
|
||||
|
||||
This is just a test email to validate that you can receive emails from us.
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
@component('mail::message',['site'=>$site,'heading'=>'Invoice: '.$invoice->id])
|
||||
Hi {{ isset($user) ? $user->name.',' : '' }}
|
||||
Hi {{ isset($user) ? $user->full_name.',' : '' }}
|
||||
|
||||
A new invoice has been generated on your account. A summary of that invoice is below.
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
@component('mail::message',['site'=>$site,'heading'=>'Password Reset'])
|
||||
Hi {{ isset($user) ? $user->name.',' : '' }}
|
||||
Hi {{ isset($user) ? $user->full_name.',' : '' }}
|
||||
|
||||
You are receiving this email because we received a password reset request for your account.
|
||||
|
||||
|
Reference in New Issue
Block a user