@extends("layouts.adminLayout") @section("admin")
Recent Host
+
@foreach ($hosts as $host) @endforeach
Name Label Web Space Bandwith Sub Domain Email Price Host Amount
{{$host->name}} {{$host->label}} {{$host->web_space}} {{$host->bandwith}} {{$host->sub_domain}} {{$host->email_id}} {{$host->price}} {{$host->hosting_amount}} Edit Delete
@endsection