@extends('admin.templates.panel-form-template') @section('title') @if(isset($item)) {{__("Edit city")}} [{{$item->name}}] @else {{__("Add new city")}} @endif - @endsection @section('form')
@include('components.err')

{{__("Tips")}}

  • {{__("Recommends")}}

{{__("Change latitude and longitude")}}

@if(isset($item)) {{__("Edit city")}} [{{$item->name}}] @else {{__("Add new city")}} @endif

state_id??null)}}' :close-on-Select="true">
@endsection