@extends('admin.master') @section('title','Stock Transfer Details') @section('page_css') @endsection @section('content')
| SL No. | Product | Product Cost | Quantity | Sub Total |
|---|---|---|---|---|
| {{ $sl }} | @if(isset($transfer_details->product)) {{ $transfer_details->product->name ." ". $transfer_details->product->code}} @endif @if(isset($transfer_details->productVariant->variant)) {{ $transfer_details->productVariant->variant->variant_name }} @endif | @if(isset($transfer_details->product)) {{ $transfer_details->product->product_cost }} @endif | {{ $transfer_details->transfer_quantity }} | @if(isset($transfer_details->product)) {{ $transfer_details->product->product_cost* $transfer_details->transfer_quantity }} @endif |
| Total | {{ $data->total_transfer_quantity }} | {{ $totalProductCost }} | ||