@extends('admin.layouts.app') @section('content') {{ show_window_title($page_title) }}

Role Details

Title

{{ $item->title }}

Status
@if ($item->status) Active @else Inactive @endif
Description

{{ $item->description }}

@if(in_array($item->id, [1, 2, 3]))
System Role: This is a system role and cannot be edited or deleted.
@endif
Created

{{ $item->created_at->format('M d, Y H:i') }}

Last Updated

{{ $item->updated_at->format('M d, Y H:i') }}

Back to Roles
@endsection