@extends('admin.layouts.app') @section('content')

{{__("Location")}}

@include('admin.message')
{{__("Add Location")}}
@csrf @include('Location::admin/form',['parents'=>$rows])

{{__('Click onto map to place Location address')}}

@if(!empty($rows))
{{csrf_field()}}
@endif
@if( count($rows) > 0)
Warning: Undefined variable $rows in /home/oyaagyug/public_html/modules/Location/Views/admin/index.blade.php on line 102

Warning: foreach() argument must be of type array|object, null given in /home/oyaagyug/public_html/modules/Location/Views/admin/index.blade.php on line 86
@else @endif
{{__("Name")}} {{__("Slug")}} {{__("Status")}} {{__("Date")}}
{{__("No data")}}
@endsection @section ('script.body') {!! \App\Helpers\MapEngine::scripts() !!} @endsection