{{ __('Image') }}
{{-- regualted --}}
discontinued_date)) value="{{$product->discontinued_date}}" @endif>
cas_no)) value="{{$product->cas_no}}" @endif>
{{-- @foreach ($product_breakdown as $result)

{{ $result->stock_remaining}}


@endforeach --}}
{{__('Attachments')}}
    @if(isset($attachments)) @foreach($attachments as $attach)
  • {{$attach['file_name']}}
  • @endforeach @endif
@if(isset($product_breakdown) && $product_breakdown != [])
{{ __('Stocks') }}
{{-- --}} @if (isset($product_breakdown)) @foreach ($product_breakdown as $key => $product_break) @if($product_break['stock_remaining'] != 0) {{-- --}} @endif @endforeach @endif
{{ __('CAS No.') }}{{ __('Supplier') }} {{ __('Delivery Date') }} {{ __('Delivery Receipt No.') }} {{ __('Sales Invoice') }} {{ __('Batch No./ Lot No.') }} {{ __('Expiry Date') }} {{ __('Location') }} {{ __('Storage Equipment') }} {{ __('File') }} {{ __('Quantity') }} {{ __('Cost') }}
{{ $product_break['cas_no'] }} @if(isset($product_break->adjustment->supplier->name)) {{ $product_break->adjustment->supplier->name }} @elseif(isset($product_break->purchase->supplier->name)) {{ $product_break->purchase->supplier->name }} @endif @if(isset($product_break->adjustment->delivery_date)) {{ $product_break->adjustment->delivery_date }} @elseif(isset($product_break->purchase->delivery_date)) {{ $product_break->purchase->delivery_date }} @endif {{-- {{ $product_break['sales_invoice_number'] }} --}} {{ $product_break['sales_invoice_number'] }} {{ $product_break['delivery_receipt_no'] }} {{ $product_break['batch_no'] }} {{ $product_break['expiry_date'] }} {{-- {{ isset($product_break->adjustment->location->location)?$product_break->adjustment->location->location:(isset($product_break->purchase->location->location) ? $product_break->purchase->location->location : '')}} --}} {{-- {{ isset($product_break->adjustment->storage_equipment->equipment->name)? $product_break->adjustment->storage_equipment->equipment->name : (isset($product_break->purchase->storage_equipment->equipment->name) ? $product_break->purchase->storage_equipment->equipment->name:'' )}} --}} @if(isset($product_break->purchase)) @endif {{-- --}} {{ $product_break['stock_remaining'] }} {{ $product_break['cost'] }}
{{__('TOTAL')}} {{$product['stock_quantity']}}
@endif {{--
{{__('Attachments')}}
    @if(isset($attachments)) @foreach($attachments as $attach)
  • {{$attach['file_name']}}
  • @endforeach @endif
--}} {{-- @if(isset($product_logs) && $product_logs != [])
{{ __('Product History') }}
@if (isset($product_logs)) @foreach ($product_logs as $logs) @endforeach @endif
{{__('Initial quantity')}} {{ __('Sales Invoice') }} {{ __('Delivery Receipt No.') }} {{ __('Batch No./ Lot No.') }} {{ __('Expiry Date') }} {{ __('Quantity') }} {{ __('Type') }} {{ __('Date') }}
{{ $logs['quantity'] }} {{ $logs['type'] }} {{ $logs['date'] }}
@endif --}} {{--
{{ __('Laboratory') }}
@if (isset($product)) @foreach ($product['branches'] as $branch) @endforeach @else @foreach ($product_branches as $branch) @endforeach @endif
{{ __('Laboratory') }} {{__('Initial quantity')}} {{ __('Stock alert') }} {{ __('Reorder Level') }}
{{ $branch['branch']['name'] }}
{{ $branch['name'] }}
--}}