@extends('layouts.app_w_nav') @push('style') @endpush @section('content') @php $getDefaultCustomer = getDefaultCustomer(); @endphp
@csrf
{{-- ===== POS Controls + Clock + Refresh ===== --}}
--:--:--
{{-- Sound asset (replace the file path with your sound if you have one) --}}
@if (usertype() == 'admin')
@else @endif
Sl Code Description Qty Price Amount
@include('pos.product')
×
×
@endsection @push('script') @include('pos.script') @endpush