@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Shop POS') @section('css') @endsection @section('content')
{{-- Menu --}}
@if (in_array(\Auth::user()->role, [1,2])) Shop
{{--
--}} {{--
--}}
@else Shop
{{--
--}} {{--
--}}
@endif Tipe Menu
{{--
--}} {{--
--}}
@if (in_array(\Auth::user()->role, [1,2])) @else
@endif
{{-- Cart --}}
@csrf
Detail
*centang untuk masukkan ke tagihan kamar
{{-- create this->don't forget to hide if inhouse OK ^_^ --}}
Kartu Debit
Keranjang
@if (in_array(\Auth::user()->role, [1,2])) @else @endif
Item
Qty
Price
{{-- Input Hidden If Complimentary Checked --}} {{-- /Input Hidden If Complimentary Checked --}} {{-- --}} {{-- --}}
Sub Total
:
Rp. 0
PPN
:
Rp. 0
Services
:
Rp. 0
Grand Total
:
Rp. 0
@endsection @section('js') {{-- --}} @endsection