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

Quality Pending List Report

@if (Session::get('success'))
{{ Session::get('success') }}
@endif @if (Session::get('error'))
{{ Session::get('success') }}
@endif @foreach ($errors->all() as $errorr) @endforeach
{{ csrf_field() }}
@foreach($batchcards as $card) @endforeach
Batch Creation Date Batch No SKU code Item description Batch Inward Qty Material Lot No Action
@if(!empty($card['start_date'])) {{ date('d-M-Y', strtotime($card['start_date'])) }} @endif {{$card['batch_no'] ?? 'N/A'}} {{$card['sku_code'] ?? 'N/A'}} {{$card['description'] ?? 'N/A'}} {{$card['quantity'] ?? 'N/A'}} {{ $card['lot_number'] ? $card['lot_number']:'N/A' }} @if($card['is_inspected'] == 1) Quality Inward @else Quality Inward @endif @if($card['is_active'] == 1) Quality Inspection @endif