@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__("Add new")}}

@if($errors->has('state')) @endif
@if($errors->has('state_short')) @endif
@endsection