@extends('front.layouts.layout')
@section('title')
{{ trans('front.domain.title') }} -
@endsection
@section('main_content')
{{ trans('front.domain.header') }}
{{ trans('front.domain.head_domain') }} | {{ trans('front.domain.head_registration_date') }} | {{ trans('front.domain.head_expire_date') }} | |
---|---|---|---|
{{ $domain->complete_domain_name }} | {{ $domain->created_at->format('D, d F y') }} | {{ $domain->expired_at->format('D, d F y') }} | {{ trans('front.domain.button_manage') }} |