@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') @endsection @section(decide_content()) @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@foreach($roles as $index => $role) @endforeach
{{trans('common.label.id')}} {{trans('user_management.role.view.table_heading.name')}} {{trans('common.table_heading.created_on')}} {{trans('common.table_heading.actions')}}
{{($role->id)}} {{ ($role->name)}} {{ showDateTime(Auth::user()->id, $role->created_at , 1)}}
@endsection