@if(session('message'))
@endif
{{ session('message') }}
{{-- --}}
{{--
--}}
ID Order | Name | Service | Template | Domain | Confirm Payment | Status | Created At | Active At | Options |
---|---|---|---|---|---|---|---|---|---|
{{ $o->whmcs_order_id }} | {{ $o->name }} | {{ $o->service }} | {{ $o->template }} | {{ $o->domain }} | {!! $o->bukti_pembayaran ? 'Lihat Bukti Pembayaran' : '-' !!} | {!! $o->status === 'inactive' ? 'inactive' : 'active' !!} | {{ date('d-m-Y H:i:s', strtotime($o->created_at)) }} | {{ $o->active_at ? date('d-m-Y H:i:s', strtotime($o->created_at)) : '-' }} | @if(!$o->zone_id) @endif @if($o->status === 'inactive' && $o->zone_id != NULL) @if(\App\Http\Controllers\OrderBinggoController::checkZoneStatus($o->zone_id) == 'active') @else Waiting cloudflare to activate zone @endif @endif |
ID Order | Name | Service | Template | Domain | Confirm Payment | Status | Created At | Active At | Options |
---|