@extends('dispatcher.layout.base') @section('title', 'Geo Fencings') @section('content')
@if(Setting::get('demo_mode') == 1)
** Demo Mode : No Permission to Edit and Delete.
@endif
Geo Fencings
Add @foreach($geo_fencings as $index => $geo) @endforeach
ID City Name Action
{{ $index + 1 }} {{ $geo->city_name }}
{{ csrf_field() }} {{ method_field('DELETE') }} @if( Setting::get('demo_mode') == 0) Edit @endif
ID City Name Action
@endsection