@extends("layouts.master") @section('title') Pos Dashboard @endsection @section('css') @endsection @section('content')

Order Summary
Product Product Info Price Action
Sub Total :
Discount :
Shipping Charge :
Estimated Tax (20%):
@include('components.product-card') @include('components.filter-button') @include('components.filter-dropdown') @include('components.summary-product-card') @include('components.discount-popup') @include('components.shipping-popup') @endsection @section('script') {{-- --}} @endsection