@extends('layouts.admin') @section('styles') @endsection @section('content')
| {{ __('Customer') }} | {{ __('Domain & Package') }} | {{ __('Server & IP') }} | {{ __('Pricing') }} | {{ __('Status') }} | {{ __('Options') }} |
|---|---|---|---|---|---|
|
{{ strtoupper(substr($hosting->user->name ?? 'U', 0, 1)) }}
{{ $hosting->user->name ?? 'Guest' }}
{{ $hosting->user->email ?? '' }}
|
{{ $hosting->domain }}
{{ $hosting->plan->name ?? 'N/A' }}
|
{{ $hosting->ip_address ?? '0.0.0.0' }}
{{ $hosting->server->name ?? 'No Server' }}
|
৳ {{ number_format($hosting->amount, 2) }}
{{ $hosting->billing_cycle }}
|
{{ $hosting->status }} |