@extends('layouts.app') @section('title', 'Edit Role') @section('breadcrumb') @endsection @push('page_css') @endpush @section('content')
@include('utils.alerts')
@csrf @method('patch')

Dashboard
hasPermissionTo('show_total_stats') ? 'checked' : '' }}>
hasPermissionTo('show_notifications') ? 'checked' : '' }}>
hasPermissionTo('show_month_overview') ? 'checked' : '' }}>
hasPermissionTo('show_weekly_sales_purchases') ? 'checked' : '' }}>
hasPermissionTo('show_monthly_cashflow') ? 'checked' : '' }}>
User Mangement
hasPermissionTo('access_user_management') ? 'checked' : '' }}>
hasPermissionTo('edit_own_profile') ? 'checked' : '' }}>
Products
hasPermissionTo('access_products') ? 'checked' : '' }}>
hasPermissionTo('show_products') ? 'checked' : '' }}>
hasPermissionTo('create_products') ? 'checked' : '' }}>
hasPermissionTo('edit_products') ? 'checked' : '' }}>
hasPermissionTo('delete_products') ? 'checked' : '' }}>
hasPermissionTo('access_product_categories') ? 'checked' : '' }}>
hasPermissionTo('print_barcodes') ? 'checked' : '' }}>
Adjustments
hasPermissionTo('access_adjustments') ? 'checked' : '' }}>
hasPermissionTo('create_adjustments') ? 'checked' : '' }}>
hasPermissionTo('show_adjustments') ? 'checked' : '' }}>
hasPermissionTo('edit_adjustments') ? 'checked' : '' }}>
hasPermissionTo('delete_adjustments') ? 'checked' : '' }}>
Quotaions
hasPermissionTo('access_quotations') ? 'checked' : '' }}>
hasPermissionTo('create_quotations') ? 'checked' : '' }}>
hasPermissionTo('show_quotations') ? 'checked' : '' }}>
hasPermissionTo('edit_quotations') ? 'checked' : '' }}>
hasPermissionTo('delete_quotations') ? 'checked' : '' }}>
hasPermissionTo('send_quotation_mails') ? 'checked' : '' }}>
hasPermissionTo('create_quotation_sales') ? 'checked' : '' }}>
Expenses
hasPermissionTo('access_expenses') ? 'checked' : '' }}>
hasPermissionTo('create_expenses') ? 'checked' : '' }}>
hasPermissionTo('edit_expenses') ? 'checked' : '' }}>
hasPermissionTo('delete_expenses') ? 'checked' : '' }}>
hasPermissionTo('access_expense_categories') ? 'checked' : '' }}>
Customers
hasPermissionTo('access_customers') ? 'checked' : '' }}>
hasPermissionTo('create_customers') ? 'checked' : '' }}>
hasPermissionTo('show_customers') ? 'checked' : '' }}>
hasPermissionTo('edit_customers') ? 'checked' : '' }}>
hasPermissionTo('delete_customers') ? 'checked' : '' }}>
Suppliers
hasPermissionTo('access_suppliers') ? 'checked' : '' }}>
hasPermissionTo('create_suppliers') ? 'checked' : '' }}>
hasPermissionTo('show_suppliers') ? 'checked' : '' }}>
hasPermissionTo('edit_suppliers') ? 'checked' : '' }}>
hasPermissionTo('delete_customers') ? 'checked' : '' }}>
Sales
hasPermissionTo('access_sales') ? 'checked' : '' }}>
hasPermissionTo('create_sales') ? 'checked' : '' }}>
hasPermissionTo('show_sales') ? 'checked' : '' }}>
hasPermissionTo('edit_sales') ? 'checked' : '' }}>
hasPermissionTo('delete_sales') ? 'checked' : '' }}>
hasPermissionTo('create_pos_sales') ? 'checked' : '' }}>
hasPermissionTo('access_sale_payments') ? 'checked' : '' }}>
Sale Returns
hasPermissionTo('access_sale_returns') ? 'checked' : '' }}>
hasPermissionTo('create_sale_returns') ? 'checked' : '' }}>
hasPermissionTo('show_sale_returns') ? 'checked' : '' }}>
hasPermissionTo('edit_sale_returns') ? 'checked' : '' }}>
hasPermissionTo('delete_sale_returns') ? 'checked' : '' }}>
hasPermissionTo('access_sale_return_payments') ? 'checked' : '' }}>
Purchases
hasPermissionTo('access_purchases') ? 'checked' : '' }}>
hasPermissionTo('create_purchases') ? 'checked' : '' }}>
hasPermissionTo('show_purchases') ? 'checked' : '' }}>
hasPermissionTo('edit_purchases') ? 'checked' : '' }}>
hasPermissionTo('delete_purchases') ? 'checked' : '' }}>
hasPermissionTo('access_purchase_payments') ? 'checked' : '' }}>
Purchase Returns
hasPermissionTo('access_purchase_returns') ? 'checked' : '' }}>
hasPermissionTo('create_purchase_returns') ? 'checked' : '' }}>
hasPermissionTo('show_purchase_returns') ? 'checked' : '' }}>
hasPermissionTo('edit_purchase_returns') ? 'checked' : '' }}>
hasPermissionTo('delete_purchase_returns') ? 'checked' : '' }}>
hasPermissionTo('access_purchase_return_payments') ? 'checked' : '' }}>
Currencies
hasPermissionTo('access_currencies') ? 'checked' : '' }}>
hasPermissionTo('create_currencies') ? 'checked' : '' }}>
hasPermissionTo('edit_currencies') ? 'checked' : '' }}>
hasPermissionTo('delete_currencies') ? 'checked' : '' }}>
Reports
hasPermissionTo('access_reports') ? 'checked' : '' }}>
Settings
hasPermissionTo('access_settings') ? 'checked' : '' }}>
@endsection @push('page_scripts') @endpush