@section("title", "{$location->name} location") {{ __('Location details') }}

{{ $location->name }}

{{ $location->id }}
@if(!empty($data)) @foreach($data as $l) @endforeach @else @endif
@if(isset($l->hostname)) Server @elseif(isset($l->main_domain_shared)) Shared @elseif(isset($l->main_domain_reseller)) Reseller @endif @if(isset($l->hostname)) {{$l->hostname}} @elseif(isset($l->main_domain_shared)) {{$l->main_domain_shared}} @elseif(isset($l->main_domain_reseller)) {{$l->main_domain_reseller}} @endif
No services found for {{ $location ->name }}
{{ route('locations.index') }} Go back