@if(isset($stock_takings[0])) @if($print) Stock Taking
Date: {{ date('d/m/Y') }}

{{strtoupper($stock_take->store->name)}}, STOCK TAKE ON {{\Carbon\Carbon::parse($stock_take->date)->toFormattedDateString()}}

@foreach($stock_take->stockTakeItems as $index => $item) @endforeach
S/M Item Quantity Variance Rate Currency
{{++$index}} {{$item->item->name}} {{$item->quantity ? $item->quantity : 0}} {{$item->variance}} {{$item->rate ? number_format($item->rate) : 0.00}} {{strtoupper($item->currency)}}
STORE KEEPER
.............................
@else @foreach($stock_takings as $index => $stock_take) @if($stock_take->signed) @else @endif @endforeach
S/N Date Status
{{++$index}} {{ \Carbon\Carbon::parse($stock_take->date)->toFormattedDateString()}} (PDF) SIGNED {{ \Carbon\Carbon::parse($stock_take->date)->toFormattedDateString()}} (PDF) UNSIGNED id)}}")>
@endif @else









Information Not Available..!!

@endif