@extends('user.layout') @section('content')
{!! nl2br(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 |