@extends('common.admin.layout.base') {{ App::setLocale( isset($_COOKIE['admin_language']) ? $_COOKIE['admin_language'] : 'en' ) }} @section('title') {{ __('Add Geo Fencing') }} @stop @section('styles') @parent @stop @section('content')
@if(isset($id)) {{ __('Edit') }} @else {{ __('Add') }} @endif {{ __('Geo Fence') }}
@if(Helper::getDemomode() == 1)

** Demo Mode : {{ __('admin.demomode') }}

(*personal information hidden in demo) @endif
@csrf() @if(!empty($id)) @endif


@stop @section('scripts') @parent @stop