@extends(\Auth::user()->role != 40 ? 'layout' : 'layoutfrontdesk') @section('title', 'POS Transactions') @section('css') @endsection @section('content')
Transactions Data Shop
Resto
-- Select Resto/Shop --
@foreach( $shops as $key => $val)
id ? 'selected' : '') : ''}}>{{$val->nama}}
@endforeach
Closed Bill
Date
transaction date
created at
#
Date
Bill Number
Table Number
Customer Name
Resto/Shop
Total
Status
Actions
×
@csrf @method('PATCH')
{{--
Hapus Data?
--}}
Insert username and password from supervisor!
Username
Password
Detail
×
Item
Qty
Price
No Order!
Total Discount :
Rp. 0
Total
-------------------- Complimentary --------------------
{{--
Disc.
:
Rp. 0
--}}
Sub Total
:
Rp. 0
Service
:
Rp. 0
Tax
:
Rp. 0
Grand Total
:
Rp. 0
Payment Method:
{{--
(
) - No.
Cash
:
Rp. 0
Kembalian
:
Rp. 0
--}}
×
@csrf @method('PATCH')
Insert username and password from supervisor!
Username
Password
@endsection @section('js') @endsection