@extends('layout') @section('css_includes') @endsection @section('content')

Saved Locations Map

Saved Locations List

@foreach($locations as $location) @endforeach
First Name Last Name Email Actions
{{ $location->first_name }} {{ $location->last_name }} {{ $location->email }} View
@endsection @section('js_includes') @endsection