@extends('layouts.app') @section('title') {{__('Product Disposal')}} @endsection @section('css') @endsection @section('breadcrumb')

{{ __('Product Disposal') }}

@endsection @section('content')

{{__('View Product Disposal')}}

{{--
@method('put') --}}
{{-- @csrf --}}
{{--
--}}
{{__('Products')}}
{{-- --}}
{{-- --}} @if(isset($pd)) @if($pd->status == 'Approved' || $pd->status == 'Disposed') @endif @endif {{-- --}} {{-- --}} {{-- --}} @php $products_count=0; @endphp @if(isset($pd)) @foreach($pd['disposal_products'] as $product) @if(isset($pd)) @if($pd->status == 'Approved' || $pd->status == 'Disposed') @endif @endif {{-- --}} @php $products_count++; @endphp @endforeach @endif
{{__('Product Name')}} {{__('Product Code')}} {{__('Batch No./Lot No.')}}{{__('CAS No.')}}{{__('Expiry Date')}} {{__('Quantity')}}{{__('To be Deducted')}}{{__('Sales Invoice No.')}} {{__('Delivery Receipt No.')}} {{__('Treatment Description')}} {{__('Reason for Disposal')}}{{__('Cost/Unit')}}{{__('Total Cost')}}{{__('Note')}}
{{-- --}}
@if($pd->status == 'Disposed') @else @endif {{-- --}}
@if(isset($product->converted_value)) @endif
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{--
--}}
@endsection @section('scripts') @endsection