{{\App::setLocale(Session::get('locale'))}} @extends('user.layout.app') @section('title', trans('w.dashboard')) @section('content') @includeIf('components.error-success-message')
@lang('w.dashboard')

List of Items

Product Price Quantity Total
Product A 10 5 50
Product B 10 5 50
Subtotal 100
Discount 20
Tax 5
Grand Total 85
@csrf
Items
@endsection @section('extra-script') @includeIf('components.sweetalert') @includeIf('components.jqvalidate') @endsection @section('extra-style') @endsection