@extends('layouts.dash') {!! $with_navbar=false !!} @section('title') Permissions @stop @section('content')

Permission {!! $permission->name !!}

{{ html()->modelForm($permission)->open() }} @include("acces.permissions.content") {{ html()->closeModelForm() }}
@endsection