@extends('dashboard.partials.master') @section('title') Edit Role & Permissiones @endsection @section('css') @endsection @section('content')

Add Role & Permissiones

@csrf @method('PUT')
Permissions
Choose Permissions

Select All Roles

@foreach ($permissions as $permission)

{{ $permission->name }}

hasPermissionTo($permission->name) ? 'checked' : '' }}>
@endforeach
@endsection @push('js') @endpush