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

{{ __('Add New State') }}

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