@extends('layouts.tenant.master') @section('title', 'Role Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Roles Edit

@endsection @section('breadcrumb-items') @endsection @section('content')

Edit Assignment for {{ $assignedUser->username }} ({{ ucfirst($type) }})

@csrf
Cancel
@endsection @section('script') @if (session('duplicate_assignment')) @endif @endsection