@extends('dashboard.partials.master') @section('title') Edit Role & Permissiones @endsection @section('css') @endsection @section('content') Add Role & Permissiones Home Roles Add Role @csrf @method('PUT') Name Role Permissions Choose Permissions Select All Roles @foreach ($permissions as $permission) {{ $permission->name }} hasPermissionTo($permission->name) ? 'checked' : '' }}> @endforeach Save {{-- Loading... --}} @endsection @push('js') @endpush
Select All Roles
{{ $permission->name }}