{{--
--}}
{{ __('Products') }}
{{-- --}} {{-- --}} {{-- --}} @php $products_count = 0; $supplier_count = 0; $purchase_status = ''; @endphp @if (isset($purchase)) @php $purchase_status = $purchase->status; @endphp @foreach ($purchase['products']->sortBy(function ($t) { return $t->product->name; }) as $product) {{-- --}} {{-- --}} {{-- --}} {{-- --}} @php $products_count++; @endphp @endforeach @elseif(old('products')) @foreach (old('products') as $product) @php $products_count++; @endphp @endforeach @endif
{{ __('Product') }} {{ __('Unit') }}{{ __('Particulars') }}{{ __('Requested Quantity') }} {{ __('Lab PR No.') }} {{ __('Lab PR date') }} {{ __('UP PR No.') }} {{ __('PO No.') }} {{ __('PO Date') }} {{ __('File Attachment') }}{{ __('Requested Quantity') }}{{ __('Recommended Supplier(s)') }} {{ __('Delivery Terms') }} {{ __('Expiry Date(if needed)') }} {{ __('Other Terms') }} {{ __('Purpose') }} {{ __('Fund/PPMP inclusion') }} {{ __('Delivered Quantity') }}
@if($purchase->status == 'Pending')
@endif
status != 'Pending') readonly @endif> @if(isset($product->converted_value)) @endif
status != 'Pending') readonly @endif>
status != 'Pending') readonly @endif>
status != 'Pending') readonly @endif>
status != 'Pending') readonly @endif>
status != 'Pending') readonly @endif>
status != 'Pending') readonly @endif>
status != 'Pending') readonly @endif>
View
@if (isset($product['supplier'])) @foreach ($product['supplier'] as $supplier) {{-- --}} {{-- --}} {{-- --}} {{--
--}} @php $supplier_count = 0; @endphp @endforeach @endif
Supplier Delivery Date DR No. SI No. Batch No/Lot No Expiry Date Quantity Cost/Unit Location Storage Equipment IAAR/CoA File
@if(isset($supplier->converted_value)) @endif
View
{{__('Attachments')}}
    @if(isset($attachments)) @foreach($attachments as $attach)
  • {{$attach['file_name']}}
  • @endforeach @endif
{{--
{{__('Payments')}}
@php $payments_count=0; @endphp @if (isset($purchase)) @foreach ($purchase['payments'] as $payment) @php $payments_count++; @endphp @endforeach @elseif(old('payments')) @foreach (old('payments') as $payment) @php $payments_count++; @endphp @endforeach @endif
{{__('Date')}} {{__('Amount')}} {{__('Payment method')}}
{{__('Purchase summary')}}
{{__('Subtotal')}}
{{__('Tax')}}
{{__('Total')}}
{{__('Paid')}}
{{__('Due')}}
--}} {{-- --}}