@extends('layouts.app') @section('content') @if(Session::has('message'))
{{ Session::get('message')}}
@endif @if(Session::has('error_message'))
{{ Session::get('error_message')}}
@endif @if (count($errors) > 0)
@endif

Woodlands Locations

@foreach($locationlist as $list)

{{ $list->loc_name }}

{{ $addr1 }} {{ $addr2 }}
{{ $city }}{{ $list->loc_state }} {{$list->loc_zip}}