@extends('_version_02.commons.layouts.admin') @section('content') @include('_version_02.commons.layouts.partials._alert')
{{App\Language::trans('Modules')}}

{!! Form::label('state_id', App\Language::trans('Modules'), ['class'=>'control-label col-md-4']) !!}
{!! Form::select('state_id', $listing, null, ['class'=>'form-control','required' , 'onchange' => 'load_cadviewer(this);']) !!} {!!$errors->first('state_id', '')!!}
@endsection @section('script') @endsection