{{ $loop->iteration }} |
{{ $medicine->name }} |
{{ $medicine->brand->name }} |
{{ $medicine->category->name }} |
{{ $medicine->salt_composition }} |
{{ number_format($medicine->selling_price, 2) }} |
{{ number_format($medicine->buying_price, 2) }} |
{!! !empty($medicine->side_effects) ? nl2br(e($medicine->side_effects)) : __('messages.common.n/a') !!} |
{!! !empty($medicine->description) ? nl2br(e($medicine->description)) : __('messages.common.n/a') !!} |
@endforeach