@extends("layouts.admin.app") @section("page-nav-title")

{{__("Regional Specification")}}

{{__("Create New Regional Specification")}}

@endsection @section("content")

{{__("Create New Regional Specification")}}

@csrf
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@endsection @section("scripts") @endsection