@extends('base::layouts.default') @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')
@include('base::partials.errors')

{{trans('geofencing::geofencing.geo_fencing')}}

(or)
  • {{trans('geofencing::geofencing.all_countries')}}
  • @{{geoCountry.country_name}}
{{trans('geofencing::geofencing.modify')}}
@include('geofencing::admin.allowed_countries', ['form_type' => 'allowed_countries', 'control' => 'geofencingCtrl'])
{{trans('base::general.cancel')}}
@endsection @section('scripts') @endsection