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

Add Role & Permissiones

@csrf
Permissions
Choose Permissions

Select All Permissions

@foreach ($permissions as $permission)

{{ $permission->name }}

@endforeach
@endsection @push('js') @endpush