Manage Community
{{ Form::open( array('url' => action('CommunityController@getCommunity'), '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. | Name | Image Thumb | Image Header | Description | Active | ||
---|---|---|---|---|---|---|---|
{{-- ++$n --}} {{ $com->id }} | {{ $com->name }} |
@if($com->image_thumb != '')
![]() |
@if($com->image_header != '')
![]() |
{{ $com->description }} | {!! html_entity_decode(link_to_route('admin-del-community', '', [$com->id], ['onclick' => 'return checkDelete()', 'title' => 'Delete'])) !!} @if($com->status == 1) {!! html_entity_decode(link_to_route('admin-active-community', '', [$com->id], [ 'onclick' => 'return checkInActive()', 'title' => 'Activate'])) !!} @elseif($com->status == 0) {!! html_entity_decode(link_to_route('admin-inactive-community', '', [$com->id], [ 'onclick' => 'return checkActive()', 'title' => 'Deactivate'])) !!} @endif | ||
No Records Found. |