@extends('layout.admin_layout')
@section('title', 'List of Medicines to Change')
@section('body')
@section('header', 'List of Medicines to Change')
@section('badge')
List of Medicines to Change
@endsection
No |
Medicine |
Course |
Dose |
Action |
@foreach(med($data->medicine_id) as $key=>$value)
{{$key+1}}
|
{{$value->medicine}}
|
{{$value->course}}
|
{{$value->dose}}
|
|
@endforeach
@endsection
@push('scripts')
@endpush