Manage Options Switches
{{ Form::open( array('url' => action('OptionsSwitchesController@searchOption'), 'method'=>'post', 'id' => 'searchForm') ) }}
{{ Form::close() }}
{{-- START ALERT BLOCK --}}
@if(Session::has('successMessage'))
{{ Form::submit('Search', ['id' => 'searchBtn', 'class' => 'btn btn-primary']) }}
+
{!! html_entity_decode(session('successMessage')) !!}
@endif
@if(Session::has('dangerMessage') || count($errors))
{!! html_entity_decode(session('dangerMessage')) !!}
{{ $errors->first() }}
@endif
{{-- END ALERT BLOCK --}}
Uid. | title | Active | |
---|---|---|---|
{{ ++$n }} | {{ $option->title }} |
{{-- START VIEW MODAL --}}
|
|
No Records Found. |