@extends('layouts.website.website') @section('content') Pharmacy Point Of Sale @csrf Select Item @foreach (App\MadicneList::orderBy('name','ASC')->get() as $item) {{ $item->name }} @endforeach Sub Total Discount Gross Total Submit