@extends('admin.master') @section('title','Delivery Challan Details') @section('page_css') @endsection @section('content')
| SL No. | Product | Quantity |
|---|---|---|
| {{ $sl }} | @if(isset($transfer_details->product)) {{ $transfer_details->product->name ." ". $transfer_details->product->code}} @endif | {{ $transfer_details->transfer_quantity }} |
| Total | {{ $data->total_transfer_quantity }} | |