@extends('layouts.app') @section('content')
{{ __('Bantuan') }}
Pusat Tutorial
@if ($menuItems['Home'])
Melihat seluruh menu POS
Halaman: Home
active == 'Y' ? 'checked' : '' }}>
Aktif
@endif @if ($menuItems['Dashboard'])
Melihat statistik penjualan
Halaman: Statistik
active == 'Y' ? 'checked' : '' }}>
Aktif
@endif @if ($menuItems['Warehouse'])
Cara menambah toko
Halaman: Toko
active == 'Y' ? 'checked' : '' }}>
Aktif
@endif @if ($menuItems['Supplier'])
Cara menginput penyedia
Halaman: Penyedia
active == 'Y' ? 'checked' : '' }}>
Aktif
@endif @if ($menuItems['SalesEmployee'])
Cara menginput staf toko
Halaman: Staf Toko
active == 'Y' ? 'checked' : '' }}>
Aktif
@endif @if ($menuItems['Product'])
Cara menginput produk
Halaman: Produk
active == 'Y' ? 'checked' : '' }}>
Aktif
@endif @if ($menuItems['Brand'])
Cara menginput brand
Halaman: Brand
active == 'Y' ? 'checked' : '' }}>
Aktif
@endif @if ($menuItems['Pricelist'])
Cara menginput pricelist
Halaman: Pricelist
active == 'Y' ? 'checked' : '' }}>
Aktif
@endif @if ($menuItems['Goods Receipt'])
Cara melihat penerimaan barang
Halaman: Penerimaan
active == 'Y' ? 'checked' : '' }}>
Aktif
@endif @if ($menuItems['Cashier'])
Cara menginput penjualan
Halaman: Penjualan
active == 'Y' ? 'checked' : '' }}>
Aktif
@endif @if ($menuItems['Promo'])
Cara menginput promo
Halaman: Promo
active == 'Y' ? 'checked' : '' }}>
Aktif
@endif
@endsection