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

{{__('Warehouse and Operator Categories')}}

{{__('create new category')}}

@endsection @section("content")

{{__('create new category')}}

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