Medicines

Medicines

@include('livewire.medicines.edit_medicine')
@if($medicine_data) @foreach ((array)json_decode($medicine_data, true) as $key => $item) @if($item['c_name']) @else @endif @if($item['medicine_comp']) @else @endif @endforeach @endif
# Medicine Name Category Quantity Brand Name MFG Date EXP Date Action
{{ $key+1 }} {{ $item['med_name'] }}{{ $item['c_name'] }}{{ __('----') }}{{ $item['quantity'] }}{{ $item['medicine_comp'] }}{{ __('No Brand Name') }}{{ $item['mfg_date'] }} {{ $item['expr_date'] }}