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

{!! $link->id !!}

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

{!! $link->name !!}

{!! Form::label('url', 'Url:') !!}

{!! $link->url !!}

{!! Form::label('link_categories_id', 'Categoria:') !!}

{!! $link->link_categories_id !!}

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

{!! $link->description !!}

{!! Form::label('new_page', 'New Page:') !!}

{!! $link->new_page !!}

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

{!! $link->created_at !!}

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

{!! $link->updated_at !!}