@extends('layouts.main-layout') @section('content-header')

Search Hosting

@endsection @section('body')

Search

@isset($responseData) @foreach($responseData as $product) @php $status = $product['status']; @endphp
{{--

Hosting Data - {{ $product['id'] }}

--}}
Domain Name {{ $product['domain'] }}
Hosting Plan {{ $product['groupname'] }} - {{ $product['name'] }}
Buy Date {{ $product['regdate'] }}
Next Due Date {{ $product['nextduedate'] }}
Billing Cycle {{ $product['billingcycle'] }}
First Payment {{ $product['firstpaymentamount'] }}
Renew Payment {{ $product['recurringamount'] }}
Server Name {{ $product['servername'] }}
Server IP {{ $product['serverip'] }}
Server Host {{ $product['serverhostname'] }}
Status
@endforeach @endisset
@endsection