@extends('layouts.tenant.master')
@section('title', 'Role Menu')
@section('css')
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
Roles Edit
@endsection
@section('breadcrumb-items')
Roles
Edit
@endsection
@section('content')
Edit Assignment for {{ $assignedUser->username }} ({{ ucfirst($type) }})
@endsection
@section('script')
@if (session('duplicate_assignment'))
@endif
@endsection