@extends("admin.admin_app") @section("content")
@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
Add New Community
@if(has_permission('location_create')) @if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}
@if($country_for != 250)
@endif

0 / 60

This is what will appear in the first line when this shows up in the search results.

0 / 160

This is what will appear as the description when this shows up in the search results.

0 / 100
  • Add Focus Keyword to the SEO title.
  • Add Focus Keyword to your SEO Meta Description.
  • Use Focus Keyword in the URL.
  • Use Focus Keyword in the content.
  • Content is words long. Consider using at least 600 words.
@if(iupcheck('publish', 'location') == 1) @endif
@endif
@if(has_permission('location_read'))
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
@else
Permission denide
@endif No. of Community : {{$allcommunity}} @include('admin.pagination', ['paginator' => $communities])
@endsection @push('scripts')