@extends('layouts.app') @section('content')
{{ __('Help') }}
Tutorial Center
@if ($menuItems['Tutorial'])
Video Tutorials
Page: Cashier
active == 'Y' ? 'checked' : '' }}>
Active
@endif @if ($menuItems['Home'])
View the entire POS menu
Page: Home
active == 'Y' ? 'checked' : '' }}>
Active
@endif @if ($menuItems['Dashboard'])
View sales statistics
Page: Statistics
active == 'Y' ? 'checked' : '' }}>
Active
@endif @if ($menuItems['Warehouse'])
How to add a shop
Page: Shop
active == 'Y' ? 'checked' : '' }}>
Active
@endif @if ($menuItems['Supplier'])
How to input supplier
Page: Supplier
active == 'Y' ? 'checked' : '' }}>
Active
@endif @if ($menuItems['SalesEmployee'])
How to input store staff
Page: Store Staff
active == 'Y' ? 'checked' : '' }}>
Active
@endif @if ($menuItems['Product'])
How to input products
Page: Product
active == 'Y' ? 'checked' : '' }}>
Active
@endif @if ($menuItems['Brand'])
How to input brand
Page: Brand
active == 'Y' ? 'checked' : '' }}>
Active
@endif @if ($menuItems['Pricelist'])
How to input pricelist
Page: Pricelist
active == 'Y' ? 'checked' : '' }}>
Active
@endif @if ($menuItems['Goods Receipt'])
How to view goods receipts
Page: Reception
active == 'Y' ? 'checked' : '' }}>
Active
@endif @if ($menuItems['Cashier'])
How to input sales
Page: Sale
active == 'Y' ? 'checked' : '' }}>
Active
@endif @if ($menuItems['Promo'])
How to input promo
Page: Promo
active == 'Y' ? 'checked' : '' }}>
Active
@endif
@endsection