{{-- resources/views/superadmin/roles/show.blade.php --}} @extends('layouts.superadmin') @section('title', 'تفاصيل الدور - ' . $role->name) @section('page-title', 'تفاصيل الدور') @section('content')
{{ $role->name }}
@if($role->description){{ $role->description }}
@endif