@extends("layouts.master")
@section('title')
Pos Dashboard
@endsection
@section('css')
@endsection
@section('content')
| Product |
Product Info |
Price |
Action |
@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