Manage Main Categories
{{ Form::open( array('url' => action('MainCategoryController@searchMainCategory'), '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 | |
---|---|---|---|
{{ $option->id }} | {{ $option->title }} |
{{-- START VIEW MODAL --}}
|
|
No Records Found. |