@extends('layouts.master') @section('title') @lang('translation.Role_Details') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Admin @endslot @slot('title') Role Details @endslot @endcomponent
Guard: {{ $role->guard_name }}
Name: {{ $role->name }}
Guard: {{ $role->guard_name }}
Created: {{ $role->created_at->format('M d, Y') }}
Last Updated: {{ $role->updated_at->format('M d, Y') }}
@if($role->trashed())Deleted: {{ $role->deleted_at->format('M d, Y') }}
@endif