@extends('app') @section('body') @php $path = 'medicine'; @endphp

Medicine List

@foreach ($medicine as $key => $row) @endforeach
# Code Name Category Price Quantity Action
# Code Name Category Price Quantity Action
{{ ++$key }} {{ $row->code }} {{ $row->name }} {{ $row->category['category_name'] }} {{ $row->price }} {{ $row->quantity }} id) }}' class="btn btn-sm btn-info"> id) }}' class="btn btn-sm btn-danger">
@endsection