@extends('layouts.app') @section('content')

تفاصيل الدور: {{ $roles->name }}

رجوع @if (auth()->user()->can('roles.edit')) تعديل الدور @endif
@include('roles.show_fields')
@endsection