@extends( 'backend.layouts.app' ) @section('title', $moduleProperties['longModuleName']) @section('CSSLibraries') @endsection @section('JSLibraries') @endsection @section('content')

{{ $moduleProperties['longModuleName'] }} New State

@include( 'backend.layouts.notification_message' )

{{ str_plural($moduleProperties['longModuleName']) }} Data

{!! Form::select('country', $countries, 231, ['class' => 'form-control chosen']) !!}
State Id State Name Country Action
@include( 'backend.layouts.modal' )
@endsection @section('inlineJS') @endsection