@extends('guard.layouts.app') @section('title', 'Tạo Website riêng') @section('content')
@csrf
@if($website->name != '')
    Bạn vui lòng trỏ miền về NameServer sau:
    NAMESEVER 1
    {{ $website->name_sever1 }}
    NAMESEVER 2
    {{ $website->name_sever2 }}
@endif
@endsection @section('script') @endsection