importing please wait...

Inventory Import

@csrf
@if(session("message"))
{{session("message")}}
@endif @if(session("error"))
{{session("error")}}
@endif

@if(session("response")) response:

{{session("response")}}

@endif