@extends('backend.template') @section('content')

Roles Id :     {{$data->roles_id}}

Permissions Id :     {{$data->permissions_id}}

Display Order :     {{$data->display_order}}

Remarks :     {{$data->remarks}}

Createdby :     {{$data->createdby}}

Updatedby :     {{$data->updatedby}}

Status :     {{$data->status == 1 ? 'Active' : 'Inactive'}}

Created On :   {{$data->created_at}}

Created By :   {{$data->createdBy}}

Updated On :   {{$data->updated_at}}

Updated By :   {{$data->updatedBy}}

@endSection