{!! Form::label('id', 'Id:') !!}

{{ $permission->id }}

{!! Form::label('name', 'Name:') !!}

{{ $permission->name }}

{!! Form::label('title', 'Title:') !!}

{{ $permission->title }}

{!! Form::label('guard_name', 'Guard Name:') !!}

{{ $permission->guard_name }}

{!! Form::label('description', 'Description:') !!}

{{ $permission->description }}

{!! Form::label('module', 'Module:') !!}

{{ $permission->module }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $permission->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $permission->updated_at }}