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

Assign Permissions

@include('validate')

{{ ucfirst($role->name) }} Permissions

Module Create Update Delete Manage Others
Units pluck('name')->contains('delete_units')) checked @endif> pluck('name')->contains('manage_units')) checked @endif>
Product Categories pluck('name')->contains('delete_product_categories')) checked @endif> pluck('name')->contains('manage_product_categories')) checked @endif>
@csrf
@endsection