@extends('layouts.backend') @section('mainContentArea') @include('backend.pos-window.bill-menu') @if(!empty(request('bill_id')))
Bill saved successfully.
@if(request()->user()->id == 83 || request()->user()->id == 186) Download / Print Bill @else Download / Print Bill @endif
@endif @if(empty($customer->customer_id)) @include("backend.pos-window.select-customer") @else
@csrf
Name: {{ $customer->firstname }} {{ $customer->lastname }}
Telephone: {{ $customer->telephone }}
SPS Member: {{ !empty($customer->spsInfo) ? 'Yes' : 'No' }}
Change Customer Product Lookup!
@if(request()->user()->id == 32)


@endif @if(request()->user()->role_id == 1)



@endif @if(request()->user()->id == 35 || request()->user()->id == 3)


@endif
To search input pattern and press enter!

Order Totals

Total Mrp:
Offer:
Voucher:
Scheme:
Scheme Disc:
SPS Discount:
B'day Discount:
Ann. Discount:
Sub-Total:
Total Tax:
SGST:
CGST:
QTY:
Grand Total:
Roundoff:
Payable Amt.:
Enter OTP
{{-- Payment Block --}} {{-- Payment Block --}}
@endif @endsection @section('extraJs') @endsection