@extends('layouts.default') @section('content')

@include('includes.fgs.inv-trans-tab')

CDC Report

@if (Session::get('succs'))
{{ Session::get('succs') }}
@endif

@if(count($cdc_items)>0) @foreach($cdc_items as $item) @endforeach @else @endif
Doc Number Doc Date OEF Number OEF Date Ref Number Ref Date SKU Code Batch Number Qty. TRANSACTION TYPE TRANSACTION Condition STOCK LOCATION1(DECREASE) STOCK LOCATION2(INCREASE) Customer
{{$item['cdc_number']}} {{date('d-m-Y', strtotime($item['cdc_date']))}} {{$item['oef_number']}} {{date('d-m-Y', strtotime($item['oef_date']))}} {{$item['ref_no']}} {{date('d-m-Y', strtotime($item['ref_date']))}} {{$item['sku_code']}} {{$item['batch_no']}} {{$item['batch_qty']}} Nos {{$item['transaction_name']}} @if($item['transaction_condition']==1) Returnable @else Non-returnable @endif {{$item['location_decrease']}} @if($item['location_increase']) {{$item['location_increase']}} @else N.A @endif {{$item['firm_name']}}
No data found...