@extends('admin.layouts.admin')
@section('content')
{{ $all_domains }}
{{ $free_domains }}
{{ $premium_domains }}
{{ $custom_domains }}
| {{ __('#') }} | {{ __('Domain Name') }} | {{ __('Type') }} | {{ __('Status') }} | {{ __('Created at') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $domain->id }} | {{ $domain->domain }} | {{ toDate($domain->created_at) }} | {{ $domain->getStatusLabel() }} | {{ $domain->getTypeLabel() }} |