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

{!! $machine->id !!}

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

{!! $machine->name !!}

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

{!! $machine->description !!}

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

{!! $machine->created_at !!}

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

{!! $machine->updated_at !!}