@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Branch wise Employee Manage')) @section('content')
{{ __('When enabled, users with the Branch Manager role can perform actions allowed by their role permissions, but only for employees assigned to their branch.') }}
{{ __('HQ admins (user_type admin without Branch Manager role) always see all branches.') }}
{{ $branchManagerRole->name }} {{ __('Permissions: :count', ['count' => $branchManagerRole->permissions()->count()]) }}
@can('Role-edit') {{ __('Edit role permissions') }} @endcan @else{{ __('Role not created yet. Enable the feature in Website Settings to auto-create the Branch Manager role.') }}
@endif