@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__("Edit warehouse")}}

@foreach($currentStk as $cstk)

{{$cstk->user_name.' '.$cstk->user_surname}}

@endforeach
@endsection