@extends('mainlayout.layout') @section('title') @endsection @push('css') @endpush @section('content')

Add Role

@csrf

Management Level

role Details

Permissions

Users
hasPermissionTo('users.create')) checked="" @endif />
hasPermissionTo('users.view')) checked="" @endif />
hasPermissionTo('users.edit')) checked="" @endif />
hasPermissionTo('users.delete')) checked="" @endif />
Shops
hasPermissionTo('shop.create')) checked="" @endif />
hasPermissionTo('shop.view')) checked="" @endif />
hasPermissionTo('shop.edit')) checked="" @endif />
hasPermissionTo('shop.delete')) checked="" @endif />
Manufacturer
hasPermissionTo('manufacture.create')) checked="" @endif />
hasPermissionTo('manufacture.view')) checked="" @endif />
hasPermissionTo('manufacture.edit')) checked="" @endif />
hasPermissionTo('manufacture.delete')) checked="" @endif />
Devices
hasPermissionTo('devices.create')) checked="" @endif />
hasPermissionTo('devices.view')) checked="" @endif />
hasPermissionTo('devices.edit')) checked="" @endif />
hasPermissionTo('devices.delete')) checked="" @endif />
Customers
hasPermissionTo('customer.create')) checked="" @endif />
hasPermissionTo('customer.view')) checked="" @endif />
hasPermissionTo('customer.edit')) checked="" @endif />
hasPermissionTo('customer.delete')) checked="" @endif />
Configuration
hasPermissionTo('config.create')) checked="" @endif />
hasPermissionTo('config.view')) checked="" @endif />
hasPermissionTo('config.edit')) checked="" @endif />
hasPermissionTo('config.delete')) checked="" @endif />
Transactions
hasPermissionTo('transaction.view')) checked="" @endif />
Audit Trail
hasPermissionTo('audit.view')) checked="" @endif />
@endsection @push('scripts') @endpush