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

{{__('Edit unit')}}

@endsection @section("content")

{{__('Edit unit')}}

id)}}" enctype="multipart/form-data"> {{ method_field('patch') }} {{ csrf_field() }}
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@endsection @section("scripts") @endsection