@extends('layouts.app') @section('content')
| S.No. | Date | Branch | Product | Quantity | |
|---|---|---|---|---|---|
| {{ $conKey+1 }}. | {{ $conversion->conversion_date->format(app_date_format()) }} | {{ $conversion->branch->branch_name ?? '' }} | {{ $conversion->mainproduct->product_name ?? '' }} | {{ round($conversion->quantity,2) }} | |
| @lang('general.no_details_found') | |||||