Community
{{ Session::get('flash_message') }}
@endif
Add New Community
{!! Form::open(array('url' => array('admin/add_comm_data'),'class'=>'form-horizontal','name'=>'add_comm_data','id'=>'add_comm_data','role'=>'form','enctype' => 'multipart/form-data')) !!}
{!! Form::close() !!}
@if(has_permission('location_create'))
@if (count($errors) > 0)
@endif
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@if(has_permission('location_read'))
@else
@endif
No. of Community : {{$allcommunity}}
@include('admin.pagination', ['paginator' => $communities])
ID | Image | Community Name | @if($country_for != 250) @if($country_for == 250) Master Community @else City @endif @endif @if($country_for == 250) City @else State @endif | Country | Description | Status | Action |
---|
Permission denide |