Name: | {{ $role->name }} |
Permissions: |
|
Created at: | {{date('F j, y h:i a', strtotime($role->created_at))}} |
@extends('admin.layout.index') @push('css-head') @endpush @section('content')
Name: | {{ $role->name }} |
Permissions: |
|
Created at: | {{date('F j, y h:i a', strtotime($role->created_at))}} |