@extends("admin/layouts.master-soyuz") @section('title',__('Add new state')) @section("body") @section('data-field') State @endsection

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

{{csrf_field()}}

{{ __('Please Enter State') }}

{{ __('Please Chooce Country') }}

@endsection