@extends('layout.admin_layout') @section('title', 'List of Medicines to Change') @section('body') @section('header', 'List of Medicines to Change') @section('badge') @endsection

List of Medicines to Change

@foreach(med($data->medicine_id) as $key=>$value) @endforeach
No Medicine Course Dose Action
{{$key+1}} {{$value->medicine}} {{$value->course}} {{$value->dose}}
@endsection @push('scripts') @endpush