@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

@lang('messages.idea_lab_kids_locations')

@foreach($locations as $list)

{{ $list->loc_name }}

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