@extends('dashboard.layouts.master') @section('title', 'انشاء مستخدم جديد') @section('content') @csrf عشوائية الأدوار @foreach ($roles as $role) @if (canRole(owner()) || $role->name != owner()) {{ Str::headLine(Str::limit($role->name, 25)) }} @endif @endforeach إضافة جديد @endsection