@extends('layouts.frontLayout.front-layout') @section('content')
Home
Store Locator
STORE LOCATOR
SELECT STATE
Select State
@foreach($state_list as $state)
{{ $state['state'] }}
@endforeach
SELECT CITY
Select City
@foreach($city_list as $city)
{{ $city['city1'] }}
@endforeach
@stop @section('javascript') @parent @stop