@extends('layouts.index') @section('title', 'Shared hosting') @section('css_style') @endsection @section('header') {{ __('Shared') }} @endsection @section('content')
Add shared hosting @if ($message = Session::get('success')) @endif
@if(!empty($shared)) @foreach($shared as $row) @endforeach @else @endif
Name Type Location Provider Disk Price Due Had since Actions
{{ $row->main_domain }} {{ $row->shared_type }} {{ $row->location->name }} {{ $row->provider->name }} {{ $row->disk_as_gb }} GB {{ $row->price->price }} {{$row->price->currency}} {{\App\Process::paymentTermIntToString($row->price->term)}} {{Carbon\Carbon::parse($row->price->next_due_date)->diffForHumans()}} {{ $row->owned_since }}
No shared hosting found.
shared @endsection