@extends('layouts.dashboard.app') @section('content')
@includeIf('dashboard.role.form', ['mode' => 'VIEW', 'editable' => false]) @if (Auth::user()->can('delete', $role)) @includeIf('dashboard.role.delete') @endif
@endsection