| Name of Institution: |
{{$user->institute?? '' }} |
| Address: |
{{$user_contact_details->address?? '' }},{{$user_contact_details->state?? '' }} |
| Phone: |
@if($user_contact_details!=null)
@if(isset($user_contact_details->prefix_phone))
0{{$user_contact_details->prefix_phone?? '' }}-{{$user_contact_details->phone?? '' }}
@else
N.A
@endif
@endif
|
| Email: |
{{$user->email ?? 'N.A' }} |
| GST NO.: |
{{$user_contact_details->gst_no ?? 'N.A' }} |
| Domain Name: |
{{$user->domainName ?? '' }}
@if($user->domainStatus > 5)
@else
Edit Domain
@endif
|
| Domain Period: |
{{$user->domainPeriod ?? '' }} Years |
| Domain Creation Date: |
{{($user->domainCreationDate)?\Carbon\Carbon::parse($user->domainCreationDate)->format('d-m-Y'): '' }} |
| Last Transaction: |
@if($lastpayment != null)
{{number_format($lastpayment->total_amount, 2, '.', '') }}
@endif |
| Last Transaction Date: |
@if($lastpayment != null)
{{\Carbon\Carbon::parse($lastpayment->created_at)->format('d-m-Y')}} |
@endif
| Last Update Date: |
{{\Carbon\Carbon::parse($user->updated_at)->format('d-m-Y') ?? '' }} |
| Domain Expiry Date: |
{{($user->domainExpiryDate)?\Carbon\Carbon::parse($user->domainExpiryDate)->format('d-m-Y'): '' }} |
| Google Authenticator Code: |
{{$user->google2fa_secret!=null?$user->google2fa_secret:"N.A"}}
|
@if($user_contact_details !=null)
| Name: |
{{json_decode($user_contact_details->institution_head_detail)->name?? '' }} |
| Desigination: |
{{json_decode($user_contact_details->institution_head_detail)->designation?? '' }} |
| Email: |
{{json_decode($user_contact_details->institution_head_detail)->email?? '' }} |
| Phone: |
@if($user_contact_details->institution_head_detail!=null)
@if(isset(json_decode($user_contact_details->institution_head_detail)->prefix_phone))
0{{json_decode($user_contact_details->institution_head_detail)->prefix_phone?? '' }}-{{json_decode($user_contact_details->institution_head_detail)->phone?? '' }}
@else
N.A
@endif
@endif
|
| Mobile: |
{{json_decode($user_contact_details->institution_head_detail)->mobile?? '' }} |
| Name: |
{{json_decode($user_contact_details->administrative_detail)->name?? '' }} |
| Desigination: |
{{json_decode($user_contact_details->administrative_detail)->designation?? '' }} |
| Email: |
{{json_decode($user_contact_details->administrative_detail)->email?? '' }} |
| Phone: |
@if($user_contact_details->administrative_detail!=null)
@if(isset(json_decode($user_contact_details->administrative_detail)->prefix_phone))
0{{json_decode($user_contact_details->administrative_detail)->prefix_phone?? '' }}-{{json_decode($user_contact_details->administrative_detail)->phone?? '' }}
@else
N.A
@endif
@endif
|
| Mobile: |
{{json_decode($user_contact_details->administrative_detail)->mobile?? '' }} |
| Name: |
{{json_decode($user_contact_details->billing_contact_detail)->name?? '' }} |
| Desigination: |
{{json_decode($user_contact_details->billing_contact_detail)->designation?? '' }} |
| Email: |
{{json_decode($user_contact_details->billing_contact_detail)->email?? '' }} |
| Phone: |
@if($user_contact_details->billing_contact_detail!=null)
@if(isset(json_decode($user_contact_details->billing_contact_detail)->prefix_phone))
0{{json_decode($user_contact_details->billing_contact_detail)->prefix_phone?? '' }}-{{json_decode($user_contact_details->billing_contact_detail)->phone?? '' }}
@else
N.A
@endif
@endif
|
| Mobile: |
{{json_decode($user_contact_details->billing_contact_detail)->mobile?? '' }} |
| Name: |
{{json_decode($user_contact_details->technical_detail)->name?? '' }} |
| Desigination: |
{{json_decode($user_contact_details->technical_detail)->designation?? '' }} |
| Email: |
{{json_decode($user_contact_details->technical_detail)->email?? '' }} |
| Phone: |
@if($user_contact_details->technical_detail!=null)
@if(isset(json_decode($user_contact_details->technical_detail)->prefix_phone))
0{{json_decode($user_contact_details->technical_detail)->prefix_phone?? '' }}-{{json_decode($user_contact_details->technical_detail)->phone?? '' }}
@else
N.A
@endif
@endif
|
| Mobile: |
{{json_decode($user_contact_details->technical_detail)->mobile?? '' }} |
@endif
@if($payment != null)
| Transaction ID : |
{{$payment->transaction_id}} |
| Transaction Date: |
{{\Carbon\Carbon::parse($payment->created_at)->format('d-m-Y')}} |
| Amount : |
₹ {{number_format($payment->total_amount *100/118, 2, '.', '') }} |
| Tax : |
₹ {{number_format($payment->total_amount - $payment->total_amount *100/118, 2, '.', '')}} |
| Period: |
{{$payment->period}} |
| Total Amount: |
₹ {{number_format($payment->total_amount, 2, '.', '') }} |
| Payment Invoice : |
- |
| Renew Domain: |
- |
@endif
@if($user_name_server != null)
| Primary Name Server : |
{{$user_name_server->primary_name_server ?? '' }} {{($user_name_server->primary_name_server_ip)?? '' }} |
| Secondary Name Server 1 : |
{{$user_name_server->secondary_name_server1 ?? '' }} {{($user_name_server->secondary_name_server1_ip)?? '' }} |
| Secondary Name Server 2 : |
{{$user_name_server->secondary_name_server2 ?? '' }} {{($user_name_server->secondary_name_server2_ip)?? '' }} |
| Secondary Name Server 3 : |
{{$user_name_server->secondary_name_server3 ?? '' }} {{($user_name_server->secondary_name_server3_ip)?? '' }} |
| Secondary Name Server 4 : |
{{$user_name_server->secondary_name_server4 ?? '' }} {{($user_name_server->secondary_name_server4_ip)?? '' }} |
| Secondary Name Server 5 : |
{{$user_name_server->secondary_name_server5 ?? '' }} {{($user_name_server->secondary_name_server5_ip)?? '' }} |
@endif