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

{{ $location->name }}

{{ $location->id }}
@foreach($data as $l) @endforeach
@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
{{ route('locations.index') }} Go back