@extends('layouts.main') @push('styles') @endpush @section('content')
| # | {{ __('pharmacy.drug') }} | {{ __('pharmacy.balance_on_ward') }} | {{ __('pharmacy.dispensed') }} | {{ __('pharmacy.total') }} | {{ __('pharmacy.stock') }} | {{ __('pharmacy.comment') }} | |
|---|---|---|---|---|---|---|---|
| {{ __('pharmacy.selected') }} | |||||||
| @if ($drug->pharmacy_stock > 0 ) x {{ $count }} @endif |
@php
$insurance_color = ($drug->insurance_coverage == 'Yes') ? "green" : "orange";
@endphp
@if ($drug->pharmacy_stock <= 0)
{{ __('pharmacy.out_of_stock') }}
@endif
{{$drug->name}}
pharmacy_comment);
if (!empty($pharm_comment)):
echo " " . $pharm_comment . " ";
endif;
/*the reference area code was here put it doesn't exist in the drugs table as was the case in the inventory_items*/
?>
|
||||||
| {{ __('pharmacy.no_drug_search_yet') }} | |||||||