@if(count($records))
@foreach($records as $record)
| {{ $record->emp_name }} |
{{ $record->emp_designation }} |
stockin_qty) style="color:red" @endif>{{ $record->stockin_qty ?: 0 }} |
sold_qty) style="color:red" @endif>{{ $record->sold_qty ?: 0 }} |
{{ number_format($record->stockin_total,2) }} |
{{ number_format($record->sold_total,2) }} |
@endforeach
@else
| No data found!! |
@endif