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