Workflow

@if (empty($locations))

No active workflow at the moment

@else
@if (!is_null($stock_take_id))
@foreach ($materials as $item) @endforeach
Material Material No Sap Stock Counted Stock Variance Comment
{{ $item->material_name }} {{ $item->material_no }} {{ $item->sap_stock }} {{ $item->current_stock }} {{ $item->sap_variance }} @if (is_null($item->comment)) Add Comment @else View Comment @endif

Material : {{ $material ? $material->material_name : 'Select Material' }}


@if (session('danger'))

{{ session('danger') }}

@endif @if ($material) @if ($material && $material->sap_variance == null)

You cannot add comment , stock take still in progress

@else
@endif
@endif
@endif @endif