@extends('layouts.header') @section('content')
@php @endphp
@foreach ($Roles as $UserRole) @php $CreatedBy=$UserRole->CreatedBy; @endphp @endforeach
Name Description Date Created Created By
{{$UserRole->RoleName}} {{$UserRole->Description}} {{$UserRole->CreatedDate}} @if(array_key_exists($CreatedBy,$AllUsers)) {{$AllUsers[$CreatedBy]['name']}} @endif
@endsection