@extends('user.layout') @section('content')
{{session()->get('domain-success') }}
{{ $errors->first('custom_domain') }}
| {{__('Requested Domain')}} | {{__('Current Domain')}} |
|---|---|
| @if ($rcDomain->status == 0) {{$rcDomain->requested_domain}} @else - @endif | @if (getCdomain(Auth::user())) @php $cdomain = getCdomain(Auth::user()); @endphp {{$cdomain ?? '-'}} @else - @endif |
| {{__('Type')}} | {{__('Host')}} | {{__('Value')}} | {{__('TTL')}}TTL |
|---|---|---|---|
| CNAME | @ | @php $parsedUrl = parse_url(url('/')); $host = $parsedUrl['host']; @endphp{{$host}}. | {{__('leave it to its default value')}} |