@extends('layouts.app') @section('content') @php $routeCompany = request()->route('company'); $currentCompany = app()->bound('current_company') ? app('current_company') : null; $companyUuid = $currentCompany?->uuid ?? (is_object($routeCompany) ? ($routeCompany->uuid ?? null) : null) ?? (is_string($routeCompany) ? $routeCompany : null) ?? auth()->user()?->company?->uuid; @endphp
| {{ __('common.name') }} | {{ __('messages.created_at') }} | {{ __('common.actions') }} |
|---|---|---|
| {{ \Illuminate\Support\Facades\Lang::has('roles.names.' . $role->name) ? __('roles.names.' . $role->name) : $role->name }} | {{ $role->created_at?->format('d.m.Y H:i') }} | |
| {{ __('roles.no_roles') }} | ||