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

{{__("Tips")}}

  • {{__("Recommends")}}

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

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

@endsection