@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') @endsection @section(decide_content()) @if (Session::has('msg'))
| {{trans('common.label.id')}} | {{trans('staff_management.role.view.table_heading.name')}} | {{trans('common.table_heading.created_on')}} | {{trans('common.table_heading.actions')}} |
|---|---|---|---|
| {{$index + 1}} | {{ ($role->name)}} | {{ showDateTime(Auth::user()->id, $role->created_at , 1)}} | @if($role->id != 1) @else --- @endif |