@extends('admin.layouts.app', ['activePage' => 'state', 'titlePage' => __('Edit State')]) @section('content')
@csrf @method('put')

{{ __('Edit State') }}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection @push('js') @endpush