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

{{ $typerating->id }}

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

{{ $typerating->name }}

{{ Form::label('type', 'Type Code:') }}

{{ $typerating->type }}

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

{{ $typerating->description }}

{{ Form::label('image_url', 'Image URL:') }}

{{ $typerating->image_url }}

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

{{ show_datetime($typerating->created_at) }}

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

{{ show_datetime($typerating->updated_at) }}