@extends('warehouse.app') @section('title', __('warehouse.add_entry')) @section('content') @include('components.errors')
@lang('warehouse.add_entry')
@csrf @method('POST')
@error('file')
{{ $message }}
@enderror

{{ __('w_damage.details_title') }}


# {{ __('w_damage.item_id') }} {{ __('w_damage.quantity') }} {{ __('w_damage.unit') }} {{ __('w_damage.actions') }}
@lang('w_damage.back')
@endsection