@extends('admin.layouts.app') @section('title', 'Main page') @section('content')
{{csrf_field()}}
@if(!auth()->user()->company_key) @endif
{{ $errors->first('zone_name') }}

Instruction

Allow users to interact with the map by clicking to add points/dots to define the boundary of the business zone.

Use this ‘Hand Tool’ to drag your map for select your location.

Use this ‘Shape Tool’ to point out the areas and connect the dots. Minimum 3 points/dots are required.

GIF
{{ $errors->first('search-box') }}

@endsection