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

{{ $moduleProperties['longModuleName'] }} {{--New {{ str_singular($moduleProperties['shortModuleName']) }}--}}

@include( 'backend.layouts.notification_message' )

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

{!! Form::select('type', $type, $index, ['class' => 'form-control chosen']) !!}
@if($moduleProperties['multi'])
{!! Form::select('actions', [''=>'Select Action', 'delete' => 'Delete', 'in-active' => 'Deactivate', 'active' => 'Activate'], null, ['class' => 'form-control', 'required']) !!}
{!! Form::submit('Click To Perform', ['class' => 'btn btn-default btn-flat form-control ', 'disabled', 'id' =>'action_btn']) !!}
@endif
Id Culture Question Image Type Date Created Action
@include( 'backend.layouts.modal' )
@endsection @section('inlineJS') @endsection