@extends('layouts.admin') @section('title') Location List @endsection @section('content')

All Locations


@foreach ($locations as $location) @endforeach
Location Description Nodes Servers
{{ $location->short }} {{ $location->long }} {{ $location->a_nodeCount }} {{ $location->a_serverCount }}
{!! $locations->render() !!}
@endsection