@extends('layouts.page') @section('title', 'Products') @section('content')

View Products

@include('layouts.error')
{{--
--}}
@if(!$results->isEmpty()) @foreach ($results as $key => $row) @endforeach @else @endif
No Name Short Name Amount Max Slots Priority RX Report Action
{{ $key + 1 }} {{ $row->medicine_tablet_name }} {{ $row->medicine_tablet_short_name }} Rs. {{ $row->medicine_tablet_per_tab}} {{ $row->max_allow }} {{ $row->priority }} {{ $row->rx_report }} {{-- --}}
No Product Found
@endsection @section('custom-js') @endsection