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