@extends('web_stores.layouts.app') @section('content')
{{$page_title}}
{!!Form::open()!!}
{!!Form::close()!!} @stop @section('script') var statesComboboxUrl = "{{action('AppsWebStoresController@getStateCombobox')}}"; @stop