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

{{__('Create New unit')}}

@endsection @section("content")

{{__('Create New unit')}}

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