@extends('larasnap::layouts.app', ['class' => 'screenmanagement-assignrole']) @section('title','Screen Management') @section('content')

Assign Roles to Screen({{ $screen->label}})

Back to Screens List

@csrf @if($roles->isNotEmpty())
@endif @forelse($roles as $name => $id)
@empty

No Roles

@endforelse @if($roles->isNotEmpty()) @endif
@endsection @section('script') @endsection