@extends('layouts.app') @section('title', 'Invoice') @section('content') {{-- Form to making POS inovice --}}
Create New Invoice
{{--
--}} {{--
--}} {{--
--}}
@csrf
Customer Details

{{-- --}} {{-- --}} {{-- --}} {{-- --}}


Prescription Details



Medicines Invoice:

S# Medicine Name Quantity Price Total
{{$serial++}}. {{-- --}}
{{-- --}}


{{--
--}} {{-- Payment Panel --}} {{--
--}}
Payment Reciept

Total Amount:


Payment Method
Cash     Credit Card
{{--
--}} {{--
--}} {{--
--}} @endsection @section('script') @endsection