@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("item-units")}}

{{__("all-item-units")}}

@endsection @section("content")

{{__("edit-item-unit")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("unit_name")
{{$message}}
@enderror
@endsection