@extends('layout.default') @section('title', 'Locations') @section('activeNav', 'locations') @section('viewJsName', 'locations') @section('content')

Locations  Add

@foreach($locations as $location) @endforeach
# Name Description
{{ $location->name }} {{ $location->description }}
@stop