@extends('layouts.app') @section('content')

Settings

Use this area to manage your company settings on Evako BackOffice
Invoice & business preferences
Business Taxes Setup applicable legal taxes for the transaction in your businerss.

Opening Balances
Cash & Bank Enter the balance of each cash & bank accounts.
@if(permission($data['modules']['supplier'], "full-permission") || permission($data['modules']['supplier'], "read")) Suppliers Enter money owed to each customer. @endif
Payment Methods Define payment methods for pos.

Users Settings
@if(permission($data['modules']['department'], "full-permission") || permission($data['modules']['department'], "read")) Department & Designation Setup department and designation for your users. @endif
@if(permission($data['modules']['employee'], "full-permission") || permission($data['modules']['employee'], "read")) Employee Define and manage user privileges. @endif
@if(permission($data['modules']['role'], "full-permission") || permission($data['modules']['role'], "read")) Roles Setup role and permistion @endif

Locations & Tables
Locations & Tables Setup your premises locations and tables for pos.
Order Type Setup your premises order type for pos.
Payment method Setup your premises payment method for pos

Master Data
@if(permission($data['modules']['parent_category'], "full-permission") || permission($data['modules']['parent_category'], "read")) Brand ll Manufacturers/Brands under your selected branch listed here, you can edit, disable or manage from here. @endif
@if(permission($data['modules']['parent_category'], "full-permission") || permission($data['modules']['parent_category'], "read")) KOT Setup KOT for pos. @endif
{{--
@if(permission($data['modules']['parent_category'], "full-permission") || permission($data['modules']['parent_category'], "read")) Parent Category Setup your premises locations for pos. @endif
--}}

@endsection @section('admin_css') @stop