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