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

{{__("Regional Specification")}}

{{__("Edit Regional Specification")}}

@endsection @section("content")

{{__("Edit Regional Specification")}}

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