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