@extends('layouts.AdminLayout') @section('content')
{{$user->domainName ?? '' }}
Institution Details
@if($lastpayment != null) @endif
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:{{\Carbon\Carbon::parse($lastpayment->created_at)->format('d-m-Y')}}
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)
Details of Head of Institution:
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?? '' }}
Administrative Contact Details
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?? '' }}
Billing Contact Details :
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?? '' }}
Technical Contact Details
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)
Payment Details
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)
Name Server Details
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
Uploaded Documents Verification
{!! csrf_field() !!} @foreach($userdocuments as $userdoc) @if($userdoc->upload_type==1) @endif @if($userdoc->upload_type==2) @endif @endforeach @if($user->deleteion_request!=null) @endif
File Name File Link Documents Verification Remarks
{{$userdoc->title?? '' }}Name : {{$userdoc->name}}
Affiliation Number : {{$userdoc->path}}
View Document @if($userdoc->document_category_id==2 && $user->domainStatus==10 && $userdoc->old_path!=null)
Old Document @endif @if($user->domainStatus <= 5 && $userdoc->upload_type!=2) @endif
@if($userdoc->status==1) Action Not Taken @else @if($userdoc->upload_type==1 && $user->domainStatus <= 5) @endif @if($userdoc->upload_type==2) @endif {{$stat?? '' }} @endif @if($userdoc->status==1) @elseif($userdoc->status==2) @else {{$userdoc->remarks?? '' }} @endif
Deletion Request Attachment View Document
@endsection @section("js") @endsection